Interface CreateTrainingPlanRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateTrainingPlanRequest.Builder,
,CreateTrainingPlanRequest> SageMakerRequest.Builder
,SdkBuilder<CreateTrainingPlanRequest.Builder,
,CreateTrainingPlanRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateTrainingPlanRequest
@Mutable
@NotThreadSafe
public static interface CreateTrainingPlanRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateTrainingPlanRequest.Builder,CreateTrainingPlanRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) An array of key-value pairs to apply to this training plan.tags
(Consumer<Tag.Builder>... tags) An array of key-value pairs to apply to this training plan.An array of key-value pairs to apply to this training plan.trainingPlanName
(String trainingPlanName) The name of the training plan to create.trainingPlanOfferingId
(String trainingPlanOfferingId) The unique identifier of the training plan offering to use for creating this plan.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
trainingPlanName
The name of the training plan to create.
- Parameters:
trainingPlanName
- The name of the training plan to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingPlanOfferingId
The unique identifier of the training plan offering to use for creating this plan.
- Parameters:
trainingPlanOfferingId
- The unique identifier of the training plan offering to use for creating this plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of key-value pairs to apply to this training plan.
- Parameters:
tags
- An array of key-value pairs to apply to this training plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of key-value pairs to apply to this training plan.
- Parameters:
tags
- An array of key-value pairs to apply to this training plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of key-value pairs to apply to this training plan.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateTrainingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateTrainingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-