Interface S3ContentLocationUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<S3ContentLocationUpdate.Builder,,- S3ContentLocationUpdate> - SdkBuilder<S3ContentLocationUpdate.Builder,,- S3ContentLocationUpdate> - SdkPojo
- Enclosing class:
- S3ContentLocationUpdate
@Mutable
@NotThreadSafe
public static interface S3ContentLocationUpdate.Builder
extends SdkPojo, CopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate> 
- 
Method SummaryModifier and TypeMethodDescriptionbucketARNUpdate(String bucketARNUpdate) The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.fileKeyUpdate(String fileKeyUpdate) The new file key for the object containing the application code.objectVersionUpdate(String objectVersionUpdate) The new version of the object containing the application code.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bucketARNUpdateThe new Amazon Resource Name (ARN) for the S3 bucket containing the application code. - Parameters:
- bucketARNUpdate- The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fileKeyUpdateThe new file key for the object containing the application code. - Parameters:
- fileKeyUpdate- The new file key for the object containing the application code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
objectVersionUpdateThe new version of the object containing the application code. - Parameters:
- objectVersionUpdate- The new version of the object containing the application code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-