Interface UpdatePartnerAppRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePartnerAppRequest.Builder,UpdatePartnerAppRequest>,SageMakerRequest.Builder,SdkBuilder<UpdatePartnerAppRequest.Builder,UpdatePartnerAppRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePartnerAppRequest
public static interface UpdatePartnerAppRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdatePartnerAppRequest.Builder,UpdatePartnerAppRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdatePartnerAppRequest.BuilderapplicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig)Configuration settings for the SageMaker Partner AI App.UpdatePartnerAppRequest.BuilderapplicationConfig(PartnerAppConfig applicationConfig)Configuration settings for the SageMaker Partner AI App.UpdatePartnerAppRequest.Builderarn(String arn)The ARN of the SageMaker Partner AI App to update.UpdatePartnerAppRequest.BuilderclientToken(String clientToken)A unique token that guarantees that the call to this API is idempotent.UpdatePartnerAppRequest.BuilderenableIamSessionBasedIdentity(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.BuildermaintenanceConfig(Consumer<PartnerAppMaintenanceConfig.Builder> maintenanceConfig)Maintenance configuration settings for the SageMaker Partner AI App.UpdatePartnerAppRequest.BuildermaintenanceConfig(PartnerAppMaintenanceConfig maintenanceConfig)Maintenance configuration settings for the SageMaker Partner AI App.UpdatePartnerAppRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePartnerAppRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePartnerAppRequest.Buildertags(Collection<Tag> tags)Each tag consists of a key and an optional value.UpdatePartnerAppRequest.Buildertags(Consumer<Tag.Builder>... tags)Each tag consists of a key and an optional value.UpdatePartnerAppRequest.Buildertags(Tag... tags)Each tag consists of a key and an optional value.UpdatePartnerAppRequest.Buildertier(String tier)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 Detail
-
arn
UpdatePartnerAppRequest.Builder arn(String 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
UpdatePartnerAppRequest.Builder maintenanceConfig(PartnerAppMaintenanceConfig 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.Builderavoiding the need to create one manually viaPartnerAppMaintenanceConfig.builder().When the
Consumercompletes,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:
maintenanceConfig(PartnerAppMaintenanceConfig)
-
tier
UpdatePartnerAppRequest.Builder tier(String 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
UpdatePartnerAppRequest.Builder applicationConfig(PartnerAppConfig 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.Builderavoiding the need to create one manually viaPartnerAppConfig.builder().When the
Consumercompletes,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:
applicationConfig(PartnerAppConfig)
-
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
UpdatePartnerAppRequest.Builder clientToken(String 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
UpdatePartnerAppRequest.Builder tags(Collection<Tag> 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
UpdatePartnerAppRequest.Builder tags(Tag... 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
UpdatePartnerAppRequest.Builder tags(Consumer<Tag.Builder>... 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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
UpdatePartnerAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePartnerAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-