Interface PipelineDefinitionS3Location.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PipelineDefinitionS3Location.Builder,PipelineDefinitionS3Location>, SdkBuilder<PipelineDefinitionS3Location.Builder,PipelineDefinitionS3Location>, SdkPojo
Enclosing class:
PipelineDefinitionS3Location

public static interface PipelineDefinitionS3Location.Builder extends SdkPojo, CopyableBuilder<PipelineDefinitionS3Location.Builder,PipelineDefinitionS3Location>
  • Method Details

    • 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

      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

      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.