#[non_exhaustive]pub struct CreateCliTokenOutputBuilder { /* private fields */ }Expand description
A builder for CreateCliTokenOutput.
Implementations§
source§impl CreateCliTokenOutputBuilder
impl CreateCliTokenOutputBuilder
sourcepub fn set_cli_token(self, input: Option<String>) -> Self
pub fn set_cli_token(self, input: Option<String>) -> Self
An Airflow CLI login token.
sourcepub fn get_cli_token(&self) -> &Option<String>
pub fn get_cli_token(&self) -> &Option<String>
An Airflow CLI login token.
sourcepub fn web_server_hostname(self, input: impl Into<String>) -> Self
pub fn web_server_hostname(self, input: impl Into<String>) -> Self
The Airflow web server hostname for the environment.
sourcepub fn set_web_server_hostname(self, input: Option<String>) -> Self
pub fn set_web_server_hostname(self, input: Option<String>) -> Self
The Airflow web server hostname for the environment.
sourcepub fn get_web_server_hostname(&self) -> &Option<String>
pub fn get_web_server_hostname(&self) -> &Option<String>
The Airflow web server hostname for the environment.
sourcepub fn build(self) -> CreateCliTokenOutput
pub fn build(self) -> CreateCliTokenOutput
Consumes the builder and constructs a CreateCliTokenOutput.
Trait Implementations§
source§impl Clone for CreateCliTokenOutputBuilder
impl Clone for CreateCliTokenOutputBuilder
source§fn clone(&self) -> CreateCliTokenOutputBuilder
fn clone(&self) -> CreateCliTokenOutputBuilder
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 CreateCliTokenOutputBuilder
impl Debug for CreateCliTokenOutputBuilder
source§impl Default for CreateCliTokenOutputBuilder
impl Default for CreateCliTokenOutputBuilder
source§fn default() -> CreateCliTokenOutputBuilder
fn default() -> CreateCliTokenOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateCliTokenOutputBuilder
impl PartialEq for CreateCliTokenOutputBuilder
source§fn eq(&self, other: &CreateCliTokenOutputBuilder) -> bool
fn eq(&self, other: &CreateCliTokenOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateCliTokenOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateCliTokenOutputBuilder
impl Send for CreateCliTokenOutputBuilder
impl Sync for CreateCliTokenOutputBuilder
impl Unpin for CreateCliTokenOutputBuilder
impl UnwindSafe for CreateCliTokenOutputBuilder
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.