Struct aws_sdk_elasticsearch::types::builders::SamlIdpBuilder
source · #[non_exhaustive]pub struct SamlIdpBuilder { /* private fields */ }Expand description
A builder for SamlIdp.
Implementations§
source§impl SamlIdpBuilder
impl SamlIdpBuilder
sourcepub fn metadata_content(self, input: impl Into<String>) -> Self
pub fn metadata_content(self, input: impl Into<String>) -> Self
The Metadata of the SAML application in xml format.
sourcepub fn set_metadata_content(self, input: Option<String>) -> Self
pub fn set_metadata_content(self, input: Option<String>) -> Self
The Metadata of the SAML application in xml format.
sourcepub fn entity_id(self, input: impl Into<String>) -> Self
pub fn entity_id(self, input: impl Into<String>) -> Self
The unique Entity ID of the application in SAML Identity Provider.
sourcepub fn set_entity_id(self, input: Option<String>) -> Self
pub fn set_entity_id(self, input: Option<String>) -> Self
The unique Entity ID of the application in SAML Identity Provider.
Trait Implementations§
source§impl Clone for SamlIdpBuilder
impl Clone for SamlIdpBuilder
source§fn clone(&self) -> SamlIdpBuilder
fn clone(&self) -> SamlIdpBuilder
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 SamlIdpBuilder
impl Debug for SamlIdpBuilder
source§impl Default for SamlIdpBuilder
impl Default for SamlIdpBuilder
source§fn default() -> SamlIdpBuilder
fn default() -> SamlIdpBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SamlIdpBuilder> for SamlIdpBuilder
impl PartialEq<SamlIdpBuilder> for SamlIdpBuilder
source§fn eq(&self, other: &SamlIdpBuilder) -> bool
fn eq(&self, other: &SamlIdpBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.