Struct aws_sdk_dynamodbstreams::types::builders::IdentityBuilder
source · #[non_exhaustive]pub struct IdentityBuilder { /* private fields */ }
Expand description
A builder for Identity
.
Implementations§
source§impl IdentityBuilder
impl IdentityBuilder
sourcepub fn principal_id(self, input: impl Into<String>) -> Self
pub fn principal_id(self, input: impl Into<String>) -> Self
A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".
sourcepub fn set_principal_id(self, input: Option<String>) -> Self
pub fn set_principal_id(self, input: Option<String>) -> Self
A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The type of the identity. For Time To Live, the type is "Service".
Trait Implementations§
source§impl Clone for IdentityBuilder
impl Clone for IdentityBuilder
source§fn clone(&self) -> IdentityBuilder
fn clone(&self) -> IdentityBuilder
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 IdentityBuilder
impl Debug for IdentityBuilder
source§impl Default for IdentityBuilder
impl Default for IdentityBuilder
source§fn default() -> IdentityBuilder
fn default() -> IdentityBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<IdentityBuilder> for IdentityBuilder
impl PartialEq<IdentityBuilder> for IdentityBuilder
source§fn eq(&self, other: &IdentityBuilder) -> bool
fn eq(&self, other: &IdentityBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.