pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteDistributionConfigurationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn distribution_configuration_arn(self, input: impl Into<String>) -> Self
pub fn distribution_configuration_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the distribution configuration to delete.
sourcepub fn set_distribution_configuration_arn(self, input: Option<String>) -> Self
pub fn set_distribution_configuration_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the distribution configuration to delete.
sourcepub fn build(self) -> Result<DeleteDistributionConfigurationInput, BuildError>
pub fn build(self) -> Result<DeleteDistributionConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteDistributionConfigurationInput
.