Interface CreateImageRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateImageRequest.Builder,
,CreateImageRequest> SageMakerRequest.Builder
,SdkBuilder<CreateImageRequest.Builder,
,CreateImageRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateImageRequest
@Mutable
@NotThreadSafe
public static interface CreateImageRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateImageRequest.Builder,CreateImageRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the image.displayName
(String displayName) The display name of the image.The name of the image.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.tags
(Collection<Tag> tags) A list of tags to apply to the image.tags
(Consumer<Tag.Builder>... tags) A list of tags to apply to the image.A list of tags to apply to the image.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
-
description
The description of the image.
- Parameters:
description
- The description of the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the image. If not provided,
ImageName
is displayed.- Parameters:
displayName
- The display name of the image. If not provided,ImageName
is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageName
The name of the image. Must be unique to your account.
- Parameters:
imageName
- The name of the image. Must be unique to your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.
- Parameters:
roleArn
- The ARN of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags to apply to the image.
- Parameters:
tags
- A list of tags to apply to the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags to apply to the image.
- Parameters:
tags
- A list of tags to apply to the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags to apply to the image.
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
CreateImageRequest.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
CreateImageRequest.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.
-