Interface S3ApplicationCodeLocationDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ApplicationCodeLocationDescription.Builder,S3ApplicationCodeLocationDescription>,SdkBuilder<S3ApplicationCodeLocationDescription.Builder,S3ApplicationCodeLocationDescription>,SdkPojo
- Enclosing class:
- S3ApplicationCodeLocationDescription
public static interface S3ApplicationCodeLocationDescription.Builder extends SdkPojo, CopyableBuilder<S3ApplicationCodeLocationDescription.Builder,S3ApplicationCodeLocationDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ApplicationCodeLocationDescription.BuilderbucketARN(String bucketARN)The Amazon Resource Name (ARN) for the S3 bucket containing the application code.S3ApplicationCodeLocationDescription.BuilderfileKey(String fileKey)The file key for the object containing the application code.S3ApplicationCodeLocationDescription.BuilderobjectVersion(String objectVersion)The 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
-
bucketARN
S3ApplicationCodeLocationDescription.Builder bucketARN(String bucketARN)
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
- Parameters:
bucketARN- The 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.
-
fileKey
S3ApplicationCodeLocationDescription.Builder fileKey(String fileKey)
The file key for the object containing the application code.
- Parameters:
fileKey- The file key for the object containing the application code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectVersion
S3ApplicationCodeLocationDescription.Builder objectVersion(String objectVersion)
The version of the object containing the application code.
- Parameters:
objectVersion- The version of the object containing the application code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-