Interface GetSegmentEstimateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSegmentEstimateResponse.Builder,
,GetSegmentEstimateResponse> CustomerProfilesResponse.Builder
,SdkBuilder<GetSegmentEstimateResponse.Builder,
,GetSegmentEstimateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetSegmentEstimateResponse
@Mutable
@NotThreadSafe
public static interface GetSegmentEstimateResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetSegmentEstimateResponse.Builder,GetSegmentEstimateResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) The unique name of the domain.The estimated number of profiles contained in the segment.estimateId
(String estimateId) TheQueryId
which is the same as the value passed inQueryId
.The error message if there is any error.The current status of the query.status
(EstimateStatus status) The current status of the query.statusCode
(Integer statusCode) The status code of the segment estimate.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
The
QueryId
which is the same as the value passed inQueryId
.- Parameters:
estimateId
- TheQueryId
which is the same as the value passed inQueryId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the query.
- Parameters:
status
- The current status of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the query.
- Parameters:
status
- The current status of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
estimate
The estimated number of profiles contained in the segment.
- Parameters:
estimate
- The estimated number of profiles contained in the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message if there is any error.
- Parameters:
message
- The error message if there is any error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The status code of the segment estimate.
- Parameters:
statusCode
- The status code of the segment estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-