Struct aws_sdk_eks::types::builders::CertificateBuilder
source · #[non_exhaustive]pub struct CertificateBuilder { /* private fields */ }Expand description
A builder for Certificate.
Implementations§
source§impl CertificateBuilder
impl CertificateBuilder
sourcepub fn data(self, input: impl Into<String>) -> Self
pub fn data(self, input: impl Into<String>) -> Self
The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.
sourcepub fn set_data(self, input: Option<String>) -> Self
pub fn set_data(self, input: Option<String>) -> Self
The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.
sourcepub fn get_data(&self) -> &Option<String>
pub fn get_data(&self) -> &Option<String>
The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.
sourcepub fn build(self) -> Certificate
pub fn build(self) -> Certificate
Consumes the builder and constructs a Certificate.
Trait Implementations§
source§impl Clone for CertificateBuilder
impl Clone for CertificateBuilder
source§fn clone(&self) -> CertificateBuilder
fn clone(&self) -> CertificateBuilder
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 CertificateBuilder
impl Debug for CertificateBuilder
source§impl Default for CertificateBuilder
impl Default for CertificateBuilder
source§fn default() -> CertificateBuilder
fn default() -> CertificateBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CertificateBuilder
impl PartialEq for CertificateBuilder
source§fn eq(&self, other: &CertificateBuilder) -> bool
fn eq(&self, other: &CertificateBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CertificateBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CertificateBuilder
impl Send for CertificateBuilder
impl Sync for CertificateBuilder
impl Unpin for CertificateBuilder
impl UnwindSafe for CertificateBuilder
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.