Struct aws_sdk_apprunner::input::start_deployment_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for StartDeploymentInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_arn(self, input: impl Into<String>) -> Self
pub fn service_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
sourcepub fn set_service_arn(self, input: Option<String>) -> Self
pub fn set_service_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
sourcepub fn build(self) -> Result<StartDeploymentInput, BuildError>
pub fn build(self) -> Result<StartDeploymentInput, BuildError>
Consumes the builder and constructs a StartDeploymentInput
.