Interface DescribeBatchInferenceJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeBatchInferenceJobResponse.Builder,DescribeBatchInferenceJobResponse>,PersonalizeResponse.Builder,SdkBuilder<DescribeBatchInferenceJobResponse.Builder,DescribeBatchInferenceJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeBatchInferenceJobResponse
public static interface DescribeBatchInferenceJobResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<DescribeBatchInferenceJobResponse.Builder,DescribeBatchInferenceJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeBatchInferenceJobResponse.BuilderbatchInferenceJob(Consumer<BatchInferenceJob.Builder> batchInferenceJob)Information on the specified batch inference job.DescribeBatchInferenceJobResponse.BuilderbatchInferenceJob(BatchInferenceJob batchInferenceJob)Information on the specified batch inference 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
batchInferenceJob
DescribeBatchInferenceJobResponse.Builder batchInferenceJob(BatchInferenceJob batchInferenceJob)
Information on the specified batch inference job.
- Parameters:
batchInferenceJob- Information on the specified batch inference job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchInferenceJob
default DescribeBatchInferenceJobResponse.Builder batchInferenceJob(Consumer<BatchInferenceJob.Builder> batchInferenceJob)
Information on the specified batch inference job.
This is a convenience method that creates an instance of theBatchInferenceJob.Builderavoiding the need to create one manually viaBatchInferenceJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobatchInferenceJob(BatchInferenceJob).- Parameters:
batchInferenceJob- a consumer that will call methods onBatchInferenceJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
batchInferenceJob(BatchInferenceJob)
-
-