pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteObservabilityConfigurationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn observability_configuration_arn(self, input: impl Into<String>) -> Self
pub fn observability_configuration_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the App Runner observability configuration that you want to delete.
The ARN can be a full observability configuration ARN, or a partial ARN ending with either .../name
or .../name/revision
. If a revision isn't specified, the latest active revision is deleted.
sourcepub fn set_observability_configuration_arn(self, input: Option<String>) -> Self
pub fn set_observability_configuration_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the App Runner observability configuration that you want to delete.
The ARN can be a full observability configuration ARN, or a partial ARN ending with either .../name
or .../name/revision
. If a revision isn't specified, the latest active revision is deleted.
sourcepub fn build(self) -> Result<DeleteObservabilityConfigurationInput, BuildError>
pub fn build(self) -> Result<DeleteObservabilityConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteObservabilityConfigurationInput
.