Struct aws_sdk_serverlessapplicationrepository::input::create_application_version_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateApplicationVersionInput
Implementations
The Amazon Resource Name (ARN) of the application.
The Amazon Resource Name (ARN) of the application.
The semantic version of the new version.
The semantic version of the new version.
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
Maximum size 50 MB
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
The raw packaged AWS SAM template of your application.
The raw packaged AWS SAM template of your application.
A link to the packaged AWS SAM template of your application.
A link to the packaged AWS SAM template of your application.
Consumes the builder and constructs a CreateApplicationVersionInput
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