Interface GetSegmentEstimateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSegmentEstimateResponse.Builder,GetSegmentEstimateResponse>,CustomerProfilesResponse.Builder,SdkBuilder<GetSegmentEstimateResponse.Builder,GetSegmentEstimateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSegmentEstimateResponse
public static interface GetSegmentEstimateResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetSegmentEstimateResponse.Builder,GetSegmentEstimateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSegmentEstimateResponse.BuilderdomainName(String domainName)The unique name of the domain.GetSegmentEstimateResponse.Builderestimate(String estimate)The estimated number of profiles contained in the segment.GetSegmentEstimateResponse.BuilderestimateId(String estimateId)TheQueryIdwhich is the same as the value passed inQueryId.GetSegmentEstimateResponse.Buildermessage(String message)The error message if there is any error.GetSegmentEstimateResponse.Builderstatus(String status)The current status of the query.GetSegmentEstimateResponse.Builderstatus(EstimateStatus status)The current status of the query.GetSegmentEstimateResponse.BuilderstatusCode(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 Detail
-
domainName
GetSegmentEstimateResponse.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
GetSegmentEstimateResponse.Builder estimateId(String estimateId)
The
QueryIdwhich is the same as the value passed inQueryId.- Parameters:
estimateId- TheQueryIdwhich is the same as the value passed inQueryId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetSegmentEstimateResponse.Builder status(String 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:
EstimateStatus,EstimateStatus
-
status
GetSegmentEstimateResponse.Builder status(EstimateStatus 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:
EstimateStatus,EstimateStatus
-
estimate
GetSegmentEstimateResponse.Builder estimate(String 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
GetSegmentEstimateResponse.Builder message(String 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
GetSegmentEstimateResponse.Builder statusCode(Integer 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.
-
-