Interface S3ContentLocationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>,SdkBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>,SdkPojo
- Enclosing class:
- S3ContentLocationUpdate
public static interface S3ContentLocationUpdate.Builder extends SdkPojo, CopyableBuilder<S3ContentLocationUpdate.Builder,S3ContentLocationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ContentLocationUpdate.BuilderbucketARNUpdate(String bucketARNUpdate)The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.S3ContentLocationUpdate.BuilderfileKeyUpdate(String fileKeyUpdate)The new file key for the object containing the application code.S3ContentLocationUpdate.BuilderobjectVersionUpdate(String objectVersionUpdate)The new version of the object containing the application code.-
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, sdkFields
-
-
-
-
Method Detail
-
bucketARNUpdate
S3ContentLocationUpdate.Builder bucketARNUpdate(String bucketARNUpdate)
The 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.
-
fileKeyUpdate
S3ContentLocationUpdate.Builder fileKeyUpdate(String fileKeyUpdate)
The 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.
-
objectVersionUpdate
S3ContentLocationUpdate.Builder objectVersionUpdate(String objectVersionUpdate)
The 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.
-
-