public static interface DescribeBatchSegmentJobResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeBatchSegmentJobResponse.Builder,DescribeBatchSegmentJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchSegmentJobResponse.Builder |
batchSegmentJob(BatchSegmentJob batchSegmentJob)
Information on the specified batch segment job.
|
default DescribeBatchSegmentJobResponse.Builder |
batchSegmentJob(Consumer<BatchSegmentJob.Builder> batchSegmentJob)
Information on the specified batch segment job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBatchSegmentJobResponse.Builder batchSegmentJob(BatchSegmentJob batchSegmentJob)
Information on the specified batch segment job.
batchSegmentJob - Information on the specified batch segment job.default DescribeBatchSegmentJobResponse.Builder batchSegmentJob(Consumer<BatchSegmentJob.Builder> batchSegmentJob)
Information on the specified batch segment job.
This is a convenience method that creates an instance of theBatchSegmentJob.Builder avoiding the
need to create one manually via BatchSegmentJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to batchSegmentJob(BatchSegmentJob).batchSegmentJob - a consumer that will call methods on BatchSegmentJob.BuilderbatchSegmentJob(BatchSegmentJob)Copyright © 2022. All rights reserved.