Interface DescribeImageResponse.Builder

    • Method Detail

      • creationTime

        DescribeImageResponse.Builder creationTime​(Instant creationTime)

        When the image was created.

        Parameters:
        creationTime - When the image was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DescribeImageResponse.Builder description​(String description)

        The description of the image.

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

        DescribeImageResponse.Builder displayName​(String displayName)

        The name of the image as displayed.

        Parameters:
        displayName - The name of the image as displayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        DescribeImageResponse.Builder failureReason​(String failureReason)

        When a create, update, or delete operation fails, the reason for the failure.

        Parameters:
        failureReason - When a create, update, or delete operation fails, the reason for the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageArn

        DescribeImageResponse.Builder imageArn​(String imageArn)

        The ARN of the image.

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

        DescribeImageResponse.Builder imageName​(String imageName)

        The name of the image.

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

        DescribeImageResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        When the image was last modified.

        Parameters:
        lastModifiedTime - When the image was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DescribeImageResponse.Builder roleArn​(String roleArn)

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

        Parameters:
        roleArn - The ARN of 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.