Interface UpdatePartnerAppRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdatePartnerAppRequest.Builder,
,UpdatePartnerAppRequest> SageMakerRequest.Builder
,SdkBuilder<UpdatePartnerAppRequest.Builder,
,UpdatePartnerAppRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdatePartnerAppRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdatePartnerAppRequest.Builder
applicationConfig
(Consumer<PartnerAppConfig.Builder> applicationConfig) Configuration settings for the SageMaker Partner AI App.applicationConfig
(PartnerAppConfig applicationConfig) Configuration settings for the SageMaker Partner AI App.The ARN of the SageMaker Partner AI App to update.clientToken
(String clientToken) A unique token that guarantees that the call to this API is idempotent.enableIamSessionBasedIdentity
(Boolean enableIamSessionBasedIdentity) When set toTRUE
, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.default UpdatePartnerAppRequest.Builder
maintenanceConfig
(Consumer<PartnerAppMaintenanceConfig.Builder> maintenanceConfig) Maintenance configuration settings for the SageMaker Partner AI App.maintenanceConfig
(PartnerAppMaintenanceConfig maintenanceConfig) Maintenance configuration settings for the SageMaker Partner AI App.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) Each tag consists of a key and an optional value.tags
(Consumer<Tag.Builder>... tags) Each tag consists of a key and an optional value.Each tag consists of a key and an optional value.Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.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
-
arn
The ARN of the SageMaker Partner AI App to update.
- Parameters:
arn
- The ARN of the SageMaker Partner AI App to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
- Parameters:
maintenanceConfig
- Maintenance configuration settings for the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceConfig
default UpdatePartnerAppRequest.Builder maintenanceConfig(Consumer<PartnerAppMaintenanceConfig.Builder> maintenanceConfig) Maintenance configuration settings for the SageMaker Partner AI App.
This is a convenience method that creates an instance of thePartnerAppMaintenanceConfig.Builder
avoiding the need to create one manually viaPartnerAppMaintenanceConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomaintenanceConfig(PartnerAppMaintenanceConfig)
.- Parameters:
maintenanceConfig
- a consumer that will call methods onPartnerAppMaintenanceConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tier
Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.
- Parameters:
tier
- Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationConfig
Configuration settings for the SageMaker Partner AI App.
- Parameters:
applicationConfig
- Configuration settings for the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationConfig
default UpdatePartnerAppRequest.Builder applicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig) Configuration settings for the SageMaker Partner AI App.
This is a convenience method that creates an instance of thePartnerAppConfig.Builder
avoiding the need to create one manually viaPartnerAppConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapplicationConfig(PartnerAppConfig)
.- Parameters:
applicationConfig
- a consumer that will call methods onPartnerAppConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enableIamSessionBasedIdentity
UpdatePartnerAppRequest.Builder enableIamSessionBasedIdentity(Boolean enableIamSessionBasedIdentity) When set to
TRUE
, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.- Parameters:
enableIamSessionBasedIdentity
- When set toTRUE
, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique token that guarantees that the call to this API is idempotent.
- Parameters:
clientToken
- A unique token that guarantees that the call to this API is idempotent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
- Parameters:
tags
- Each tag consists of a key and an optional value. Tag keys must be unique per resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
- Parameters:
tags
- Each tag consists of a key and an optional value. Tag keys must be unique per resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
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
UpdatePartnerAppRequest.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
UpdatePartnerAppRequest.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.
-