Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.CreateSegmentEstimateResponse.Builder
-
Packages that use CreateSegmentEstimateResponse.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of CreateSegmentEstimateResponse.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return CreateSegmentEstimateResponse.Builder Modifier and Type Method Description static CreateSegmentEstimateResponse.BuilderCreateSegmentEstimateResponse. builder()CreateSegmentEstimateResponse.BuilderCreateSegmentEstimateResponse.Builder. domainName(String domainName)The unique name of the domain.CreateSegmentEstimateResponse.BuilderCreateSegmentEstimateResponse.Builder. estimateId(String estimateId)A unique identifier for the resource.CreateSegmentEstimateResponse.BuilderCreateSegmentEstimateResponse.Builder. statusCode(Integer statusCode)The status code for the response.CreateSegmentEstimateResponse.BuilderCreateSegmentEstimateResponse. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type CreateSegmentEstimateResponse.Builder Modifier and Type Method Description static Class<? extends CreateSegmentEstimateResponse.Builder>CreateSegmentEstimateResponse. serializableBuilderClass()
-