Interface DescribeTrainingPlanExtensionHistoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTrainingPlanExtensionHistoryResponse.Builder,,DescribeTrainingPlanExtensionHistoryResponse> SageMakerResponse.Builder,SdkBuilder<DescribeTrainingPlanExtensionHistoryResponse.Builder,,DescribeTrainingPlanExtensionHistoryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeTrainingPlanExtensionHistoryResponse
@Mutable
@NotThreadSafe
public static interface DescribeTrainingPlanExtensionHistoryResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrainingPlanExtensionHistoryResponse.Builder,DescribeTrainingPlanExtensionHistoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token to continue pagination if more results are available.trainingPlanExtensions(Collection<TrainingPlanExtension> trainingPlanExtensions) A list of extensions for the specified training plan.trainingPlanExtensions(Consumer<TrainingPlanExtension.Builder>... trainingPlanExtensions) A list of extensions for the specified training plan.trainingPlanExtensions(TrainingPlanExtension... trainingPlanExtensions) A list of extensions for the specified training plan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
trainingPlanExtensions
DescribeTrainingPlanExtensionHistoryResponse.Builder trainingPlanExtensions(Collection<TrainingPlanExtension> trainingPlanExtensions) A list of extensions for the specified training plan.
- Parameters:
trainingPlanExtensions- A list of extensions for the specified training plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingPlanExtensions
DescribeTrainingPlanExtensionHistoryResponse.Builder trainingPlanExtensions(TrainingPlanExtension... trainingPlanExtensions) A list of extensions for the specified training plan.
- Parameters:
trainingPlanExtensions- A list of extensions for the specified training plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingPlanExtensions
DescribeTrainingPlanExtensionHistoryResponse.Builder trainingPlanExtensions(Consumer<TrainingPlanExtension.Builder>... trainingPlanExtensions) A list of extensions for the specified training plan.
This is a convenience method that creates an instance of theTrainingPlanExtension.Builderavoiding the need to create one manually viaTrainingPlanExtension.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrainingPlanExtensions(List<TrainingPlanExtension>).- Parameters:
trainingPlanExtensions- a consumer that will call methods onTrainingPlanExtension.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token to continue pagination if more results are available.
- Parameters:
nextToken- A token to continue pagination if more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-