Interface DescribeBatchSegmentJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeBatchSegmentJobResponse.Builder,DescribeBatchSegmentJobResponse>,PersonalizeResponse.Builder,SdkBuilder<DescribeBatchSegmentJobResponse.Builder,DescribeBatchSegmentJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeBatchSegmentJobResponse
public static interface DescribeBatchSegmentJobResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeBatchSegmentJobResponse.Builder,DescribeBatchSegmentJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeBatchSegmentJobResponse.BuilderbatchSegmentJob(Consumer<BatchSegmentJob.Builder> batchSegmentJob)Information on the specified batch segment job.DescribeBatchSegmentJobResponse.BuilderbatchSegmentJob(BatchSegmentJob batchSegmentJob)Information on the specified batch segment job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
batchSegmentJob
DescribeBatchSegmentJobResponse.Builder batchSegmentJob(BatchSegmentJob batchSegmentJob)
Information on the specified batch segment job.
- Parameters:
batchSegmentJob- Information on the specified batch segment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchSegmentJob
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.Builderavoiding the need to create one manually viaBatchSegmentJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobatchSegmentJob(BatchSegmentJob).- Parameters:
batchSegmentJob- a consumer that will call methods onBatchSegmentJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
batchSegmentJob(BatchSegmentJob)
-
-