Uses of Interface
software.amazon.awssdk.services.personalize.model.DescribeBatchSegmentJobResponse.Builder
-
Packages that use DescribeBatchSegmentJobResponse.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of DescribeBatchSegmentJobResponse.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return DescribeBatchSegmentJobResponse.Builder Modifier and Type Method Description default DescribeBatchSegmentJobResponse.BuilderDescribeBatchSegmentJobResponse.Builder. batchSegmentJob(Consumer<BatchSegmentJob.Builder> batchSegmentJob)Information on the specified batch segment job.DescribeBatchSegmentJobResponse.BuilderDescribeBatchSegmentJobResponse.Builder. batchSegmentJob(BatchSegmentJob batchSegmentJob)Information on the specified batch segment job.static DescribeBatchSegmentJobResponse.BuilderDescribeBatchSegmentJobResponse. builder()DescribeBatchSegmentJobResponse.BuilderDescribeBatchSegmentJobResponse. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type DescribeBatchSegmentJobResponse.Builder Modifier and Type Method Description static Class<? extends DescribeBatchSegmentJobResponse.Builder>DescribeBatchSegmentJobResponse. serializableBuilderClass()
-