public static interface PipelineDefinitionS3Location.Builder extends SdkPojo, CopyableBuilder<PipelineDefinitionS3Location.Builder,PipelineDefinitionS3Location>
| Modifier and Type | Method and Description |
|---|---|
PipelineDefinitionS3Location.Builder |
bucket(String bucket)
Name of the S3 bucket.
|
PipelineDefinitionS3Location.Builder |
objectKey(String objectKey)
The object key (or key name) uniquely identifies the object in an S3 bucket.
|
PipelineDefinitionS3Location.Builder |
versionId(String versionId)
Version Id of the pipeline definition file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineDefinitionS3Location.Builder bucket(String bucket)
Name of the S3 bucket.
bucket - Name of the S3 bucket.PipelineDefinitionS3Location.Builder objectKey(String objectKey)
The object key (or key name) uniquely identifies the object in an S3 bucket.
objectKey - The object key (or key name) uniquely identifies the object in an S3 bucket.PipelineDefinitionS3Location.Builder versionId(String versionId)
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
versionId - Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the
latest version.Copyright © 2023. All rights reserved.