Interface CreateStudioLifecycleConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateStudioLifecycleConfigRequest.Builder,CreateStudioLifecycleConfigRequest>,SageMakerRequest.Builder,SdkBuilder<CreateStudioLifecycleConfigRequest.Builder,CreateStudioLifecycleConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateStudioLifecycleConfigRequest
public static interface CreateStudioLifecycleConfigRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateStudioLifecycleConfigRequest.Builder,CreateStudioLifecycleConfigRequest>
-
-
Method Summary
-
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
-
studioLifecycleConfigName
CreateStudioLifecycleConfigRequest.Builder studioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker Studio Lifecycle Configuration to create.
- Parameters:
studioLifecycleConfigName- The name of the Amazon SageMaker Studio Lifecycle Configuration to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigContent
CreateStudioLifecycleConfigRequest.Builder studioLifecycleConfigContent(String studioLifecycleConfigContent)
The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded.
- Parameters:
studioLifecycleConfigContent- The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigAppType
CreateStudioLifecycleConfigRequest.Builder studioLifecycleConfigAppType(String studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
- Parameters:
studioLifecycleConfigAppType- The App type that the Lifecycle Configuration is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigAppType,StudioLifecycleConfigAppType
-
studioLifecycleConfigAppType
CreateStudioLifecycleConfigRequest.Builder studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
- Parameters:
studioLifecycleConfigAppType- The App type that the Lifecycle Configuration is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigAppType,StudioLifecycleConfigAppType
-
tags
CreateStudioLifecycleConfigRequest.Builder tags(Collection<Tag> tags)
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
- Parameters:
tags- Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateStudioLifecycleConfigRequest.Builder tags(Tag... tags)
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
- Parameters:
tags- Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateStudioLifecycleConfigRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
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
CreateStudioLifecycleConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStudioLifecycleConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-