Interface UpdateImageRequest.Builder

    • Method Detail

      • deleteProperties

        UpdateImageRequest.Builder deleteProperties​(Collection<String> deleteProperties)

        A list of properties to delete. Only the Description and DisplayName properties can be deleted.

        Parameters:
        deleteProperties - A list of properties to delete. Only the Description and DisplayName properties can be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deleteProperties

        UpdateImageRequest.Builder deleteProperties​(String... deleteProperties)

        A list of properties to delete. Only the Description and DisplayName properties can be deleted.

        Parameters:
        deleteProperties - A list of properties to delete. Only the Description and DisplayName properties can be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateImageRequest.Builder description​(String description)

        The new description for the image.

        Parameters:
        description - The new description for the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        UpdateImageRequest.Builder displayName​(String displayName)

        The new display name for the image.

        Parameters:
        displayName - The new display name for the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageName

        UpdateImageRequest.Builder imageName​(String imageName)

        The name of the image to update.

        Parameters:
        imageName - The name of the image to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        UpdateImageRequest.Builder roleArn​(String roleArn)

        The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

        Parameters:
        roleArn - The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
        Returns:
        Returns a reference to this object so that method calls can be chained together.