Struct aws_sdk_codedeploy::model::s3_location::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for S3Location
Implementations
The name of the Amazon S3 bucket where the application revision is stored.
The name of the Amazon S3 bucket where the application revision is stored.
The name 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.
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.
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.
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.
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.
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.
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.
Consumes the builder and constructs a S3Location
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more