Interface CreateSegmentEstimateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateSegmentEstimateResponse.Builder,CreateSegmentEstimateResponse>,CustomerProfilesResponse.Builder,SdkBuilder<CreateSegmentEstimateResponse.Builder,CreateSegmentEstimateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateSegmentEstimateResponse
public static interface CreateSegmentEstimateResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<CreateSegmentEstimateResponse.Builder,CreateSegmentEstimateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSegmentEstimateResponse.BuilderdomainName(String domainName)The unique name of the domain.CreateSegmentEstimateResponse.BuilderestimateId(String estimateId)A unique identifier for the resource.CreateSegmentEstimateResponse.BuilderstatusCode(Integer statusCode)The status code for the response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
domainName
CreateSegmentEstimateResponse.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimateId
CreateSegmentEstimateResponse.Builder estimateId(String estimateId)
A unique identifier for the resource. The value can be passed to
GetSegmentEstimateto retrieve the result of segment estimate status.- Parameters:
estimateId- A unique identifier for the resource. The value can be passed toGetSegmentEstimateto retrieve the result of segment estimate status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
CreateSegmentEstimateResponse.Builder statusCode(Integer statusCode)
The status code for the response.
- Parameters:
statusCode- The status code for the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-