pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeEngineDefaultParametersOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn engine_defaults(self, input: EngineDefaults) -> Self
pub fn engine_defaults(self, input: EngineDefaults) -> Self
Represents the output of a DescribeEngineDefaultParameters
operation.
sourcepub fn set_engine_defaults(self, input: Option<EngineDefaults>) -> Self
pub fn set_engine_defaults(self, input: Option<EngineDefaults>) -> Self
Represents the output of a DescribeEngineDefaultParameters
operation.
sourcepub fn build(self) -> DescribeEngineDefaultParametersOutput
pub fn build(self) -> DescribeEngineDefaultParametersOutput
Consumes the builder and constructs a DescribeEngineDefaultParametersOutput
.