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 Details

    • 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

      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:
    • 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

      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

      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 the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.