Struct aws_sdk_ssm::input::get_service_setting_input::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for GetServiceSettingInput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn setting_id(self, input: impl Into<String>) -> Self
pub fn setting_id(self, input: impl Into<String>) -> Self
The ID of the service setting to get. The setting ID can be one of the following.
-
/ssm/automation/customer-script-log-destination
-
/ssm/automation/customer-script-log-group-name
-
/ssm/documents/console/public-sharing-permission
-
/ssm/managed-instance/activation-tier
-
/ssm/opsinsights/opscenter
-
/ssm/parameter-store/default-parameter-tier
-
/ssm/parameter-store/high-throughput-enabled
sourcepub fn set_setting_id(self, input: Option<String>) -> Self
pub fn set_setting_id(self, input: Option<String>) -> Self
The ID of the service setting to get. The setting ID can be one of the following.
-
/ssm/automation/customer-script-log-destination
-
/ssm/automation/customer-script-log-group-name
-
/ssm/documents/console/public-sharing-permission
-
/ssm/managed-instance/activation-tier
-
/ssm/opsinsights/opscenter
-
/ssm/parameter-store/default-parameter-tier
-
/ssm/parameter-store/high-throughput-enabled
sourcepub fn build(self) -> Result<GetServiceSettingInput, BuildError>
pub fn build(self) -> Result<GetServiceSettingInput, BuildError>
Consumes the builder and constructs a GetServiceSettingInput
.