Struct aws_sdk_sesv2::types::builders::PinpointDestinationBuilder
source · #[non_exhaustive]pub struct PinpointDestinationBuilder { /* private fields */ }Expand description
A builder for PinpointDestination.
Implementations§
source§impl PinpointDestinationBuilder
impl PinpointDestinationBuilder
sourcepub fn application_arn(self, input: impl Into<String>) -> Self
pub fn application_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
sourcepub fn set_application_arn(self, input: Option<String>) -> Self
pub fn set_application_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
sourcepub fn build(self) -> PinpointDestination
pub fn build(self) -> PinpointDestination
Consumes the builder and constructs a PinpointDestination.
Trait Implementations§
source§impl Clone for PinpointDestinationBuilder
impl Clone for PinpointDestinationBuilder
source§fn clone(&self) -> PinpointDestinationBuilder
fn clone(&self) -> PinpointDestinationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PinpointDestinationBuilder
impl Debug for PinpointDestinationBuilder
source§impl Default for PinpointDestinationBuilder
impl Default for PinpointDestinationBuilder
source§fn default() -> PinpointDestinationBuilder
fn default() -> PinpointDestinationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PinpointDestinationBuilder> for PinpointDestinationBuilder
impl PartialEq<PinpointDestinationBuilder> for PinpointDestinationBuilder
source§fn eq(&self, other: &PinpointDestinationBuilder) -> bool
fn eq(&self, other: &PinpointDestinationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.