Interface ResolvedS3Object.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResolvedS3Object.Builder,,ResolvedS3Object> SdkBuilder<ResolvedS3Object.Builder,,ResolvedS3Object> SdkPojo
- Enclosing class:
ResolvedS3Object
@Mutable
@NotThreadSafe
public static interface ResolvedS3Object.Builder
extends SdkPojo, CopyableBuilder<ResolvedS3Object.Builder,ResolvedS3Object>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon S3 bucket that contains the deployment package.The Amazon S3 key of the deployment package.s3ObjectVersion(String s3ObjectVersion) The version of the deployment package object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Bucket
The Amazon S3 bucket that contains the deployment package.
- Parameters:
s3Bucket- The Amazon S3 bucket that contains the deployment package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Key
The Amazon S3 key of the deployment package.
- Parameters:
s3Key- The Amazon S3 key of the deployment package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ObjectVersion
The version of the deployment package object.
- Parameters:
s3ObjectVersion- The version of the deployment package object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-