Struct aws_sdk_eks::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 oidc(self, input: Oidc) -> Self
pub fn oidc(self, input: Oidc) -> Self
An object representing the OpenID Connect identity provider information.
sourcepub fn set_oidc(self, input: Option<Oidc>) -> Self
pub fn set_oidc(self, input: Option<Oidc>) -> Self
An object representing the OpenID Connect identity provider information.
sourcepub fn get_oidc(&self) -> &Option<Oidc>
pub fn get_oidc(&self) -> &Option<Oidc>
An object representing the OpenID Connect identity provider information.
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 for IdentityBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for IdentityBuilder
Auto Trait Implementations§
impl Freeze for IdentityBuilder
impl RefUnwindSafe for IdentityBuilder
impl Send for IdentityBuilder
impl Sync for IdentityBuilder
impl Unpin for IdentityBuilder
impl UnwindSafe for IdentityBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.