Interface S3Location.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3Location.Builder,
,S3Location> SdkBuilder<S3Location.Builder,
,S3Location> SdkPojo
- Enclosing class:
S3Location
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Amazon S3 bucket where the application revision is stored.bundleType
(String bundleType) The file type of the application revision.bundleType
(BundleType bundleType) The file type of the application revision.The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.The name of the Amazon S3 object that represents the bundled artifacts for the application revision.A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.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 Details
-
bucket
The name of the Amazon S3 bucket where the application revision is stored.
- Parameters:
bucket
- The name of the Amazon S3 bucket where the application revision is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
- Parameters:
key
- The name of the Amazon S3 object that represents the bundled artifacts for the application revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bundleType
The file type of the application revision. Must be one of the following:
-
tar
: A tar archive file. -
tgz
: A compressed tar archive file. -
zip
: A zip archive file. -
YAML
: A YAML-formatted file. -
JSON
: A JSON-formatted file.
- Parameters:
bundleType
- The file type of the application revision. Must be one of the following:-
tar
: A tar archive file. -
tgz
: A compressed tar archive file. -
zip
: A zip archive file. -
YAML
: A YAML-formatted file. -
JSON
: A JSON-formatted file.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
bundleType
The file type of the application revision. Must be one of the following:
-
tar
: A tar archive file. -
tgz
: A compressed tar archive file. -
zip
: A zip archive file. -
YAML
: A YAML-formatted file. -
JSON
: A JSON-formatted file.
- Parameters:
bundleType
- The file type of the application revision. Must be one of the following:-
tar
: A tar archive file. -
tgz
: A compressed tar archive file. -
zip
: A zip archive file. -
YAML
: A YAML-formatted file. -
JSON
: A JSON-formatted file.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
version
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system uses the most recent version by default.
- Parameters:
version
- A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.If the version is not specified, the system uses the most recent version by default.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object is skipped.
- Parameters:
eTag
- The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.If the ETag is not specified as an input parameter, ETag validation of the object is skipped.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-