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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineDefinitionS3Location.Builderbucket(String bucket)Name of the S3 bucket.PipelineDefinitionS3Location.BuilderobjectKey(String objectKey)The object key (or key name) uniquely identifies the object in an S3 bucket.PipelineDefinitionS3Location.BuilderversionId(String versionId)Version Id of the pipeline definition file.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-