pub struct Builder { /* private fields */ }
Expand description
A builder for AwsCloudMapInstanceAttribute
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn key(self, input: impl Into<String>) -> Self
pub fn key(self, input: impl Into<String>) -> Self
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
sourcepub fn set_key(self, input: Option<String>) -> Self
pub fn set_key(self, input: Option<String>) -> Self
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
sourcepub fn value(self, input: impl Into<String>) -> Self
pub fn value(self, input: impl Into<String>) -> Self
The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
sourcepub fn set_value(self, input: Option<String>) -> Self
pub fn set_value(self, input: Option<String>) -> Self
The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
sourcepub fn build(self) -> AwsCloudMapInstanceAttribute
pub fn build(self) -> AwsCloudMapInstanceAttribute
Consumes the builder and constructs a AwsCloudMapInstanceAttribute
.