Interface CreateStudioLifecycleConfigRequest.Builder

    • 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.
      • 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 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).

        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:
        #tags(java.util.Collection)