Struct aws_sdk_sns::model::platform_application::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for PlatformApplication.
Implementations§
source§impl Builder
impl Builder
sourcepub fn platform_application_arn(self, input: impl Into<String>) -> Self
pub fn platform_application_arn(self, input: impl Into<String>) -> Self
PlatformApplicationArn for platform application object.
sourcepub fn set_platform_application_arn(self, input: Option<String>) -> Self
pub fn set_platform_application_arn(self, input: Option<String>) -> Self
PlatformApplicationArn for platform application object.
sourcepub fn attributes(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn attributes(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to attributes.
To override the contents of this collection use set_attributes.
Attributes for platform application object.
sourcepub fn set_attributes(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_attributes(self, input: Option<HashMap<String, String>>) -> Self
Attributes for platform application object.
sourcepub fn build(self) -> PlatformApplication
pub fn build(self) -> PlatformApplication
Consumes the builder and constructs a PlatformApplication.