Interface PipelineDefinitionS3Location.Builder

    • Method Detail

      • bucket

        PipelineDefinitionS3Location.Builder bucket​(String bucket)

        Name of the S3 bucket.

        Parameters:
        bucket - Name of the S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectKey

        PipelineDefinitionS3Location.Builder objectKey​(String objectKey)

        The object key (or key name) uniquely identifies the object in an S3 bucket.

        Parameters:
        objectKey - The object key (or key name) uniquely identifies the object in an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        PipelineDefinitionS3Location.Builder versionId​(String versionId)

        Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

        Parameters:
        versionId - Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.