Interface S3ArtifactLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>,SdkBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>,SdkPojo
- Enclosing class:
- S3ArtifactLocation
public static interface S3ArtifactLocation.Builder extends SdkPojo, CopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ArtifactLocation.BuilderbucketName(String bucketName)The name of the S3 bucket.S3ArtifactLocation.BuilderobjectKey(String objectKey)The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.-
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
-
bucketName
S3ArtifactLocation.Builder bucketName(String bucketName)
The name of the S3 bucket.
- Parameters:
bucketName- The name of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectKey
S3ArtifactLocation.Builder objectKey(String objectKey)
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
- Parameters:
objectKey- The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-