Interface CreateSegmentEstimateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateSegmentEstimateResponse.Builder,
,CreateSegmentEstimateResponse> CustomerProfilesResponse.Builder
,SdkBuilder<CreateSegmentEstimateResponse.Builder,
,CreateSegmentEstimateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateSegmentEstimateResponse
@Mutable
@NotThreadSafe
public static interface CreateSegmentEstimateResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<CreateSegmentEstimateResponse.Builder,CreateSegmentEstimateResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) The unique name of the domain.estimateId
(String estimateId) A unique identifier for the resource.statusCode
(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 Details
-
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
A unique identifier for the resource. The value can be passed to
GetSegmentEstimate
to retrieve the result of segment estimate status.- Parameters:
estimateId
- A unique identifier for the resource. The value can be passed toGetSegmentEstimate
to retrieve the result of segment estimate status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-