Struct aws_sdk_eventbridge::operation::describe_connection::builders::DescribeConnectionOutputBuilder
source · #[non_exhaustive]pub struct DescribeConnectionOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeConnectionOutput
.
Implementations§
source§impl DescribeConnectionOutputBuilder
impl DescribeConnectionOutputBuilder
sourcepub fn connection_arn(self, input: impl Into<String>) -> Self
pub fn connection_arn(self, input: impl Into<String>) -> Self
The ARN of the connection retrieved.
sourcepub fn set_connection_arn(self, input: Option<String>) -> Self
pub fn set_connection_arn(self, input: Option<String>) -> Self
The ARN of the connection retrieved.
sourcepub fn get_connection_arn(&self) -> &Option<String>
pub fn get_connection_arn(&self) -> &Option<String>
The ARN of the connection retrieved.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description for the connection retrieved.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description for the connection retrieved.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description for the connection retrieved.
sourcepub fn connection_state(self, input: ConnectionState) -> Self
pub fn connection_state(self, input: ConnectionState) -> Self
The state of the connection retrieved.
sourcepub fn set_connection_state(self, input: Option<ConnectionState>) -> Self
pub fn set_connection_state(self, input: Option<ConnectionState>) -> Self
The state of the connection retrieved.
sourcepub fn get_connection_state(&self) -> &Option<ConnectionState>
pub fn get_connection_state(&self) -> &Option<ConnectionState>
The state of the connection retrieved.
sourcepub fn state_reason(self, input: impl Into<String>) -> Self
pub fn state_reason(self, input: impl Into<String>) -> Self
The reason that the connection is in the current connection state.
sourcepub fn set_state_reason(self, input: Option<String>) -> Self
pub fn set_state_reason(self, input: Option<String>) -> Self
The reason that the connection is in the current connection state.
sourcepub fn get_state_reason(&self) -> &Option<String>
pub fn get_state_reason(&self) -> &Option<String>
The reason that the connection is in the current connection state.
The type of authorization specified for the connection.
The type of authorization specified for the connection.
The type of authorization specified for the connection.
sourcepub fn secret_arn(self, input: impl Into<String>) -> Self
pub fn secret_arn(self, input: impl Into<String>) -> Self
The ARN of the secret created from the authorization parameters specified for the connection.
sourcepub fn set_secret_arn(self, input: Option<String>) -> Self
pub fn set_secret_arn(self, input: Option<String>) -> Self
The ARN of the secret created from the authorization parameters specified for the connection.
sourcepub fn get_secret_arn(&self) -> &Option<String>
pub fn get_secret_arn(&self) -> &Option<String>
The ARN of the secret created from the authorization parameters specified for the connection.
sourcepub fn auth_parameters(self, input: ConnectionAuthResponseParameters) -> Self
pub fn auth_parameters(self, input: ConnectionAuthResponseParameters) -> Self
The parameters to use for authorization for the connection.
sourcepub fn set_auth_parameters(
self,
input: Option<ConnectionAuthResponseParameters>
) -> Self
pub fn set_auth_parameters( self, input: Option<ConnectionAuthResponseParameters> ) -> Self
The parameters to use for authorization for the connection.
sourcepub fn get_auth_parameters(&self) -> &Option<ConnectionAuthResponseParameters>
pub fn get_auth_parameters(&self) -> &Option<ConnectionAuthResponseParameters>
The parameters to use for authorization for the connection.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
A time stamp for the time that the connection was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
A time stamp for the time that the connection was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
A time stamp for the time that the connection was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
A time stamp for the time that the connection was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
A time stamp for the time that the connection was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
A time stamp for the time that the connection was last modified.
A time stamp for the time that the connection was last authorized.
A time stamp for the time that the connection was last authorized.
A time stamp for the time that the connection was last authorized.
sourcepub fn build(self) -> DescribeConnectionOutput
pub fn build(self) -> DescribeConnectionOutput
Consumes the builder and constructs a DescribeConnectionOutput
.
Trait Implementations§
source§impl Clone for DescribeConnectionOutputBuilder
impl Clone for DescribeConnectionOutputBuilder
source§fn clone(&self) -> DescribeConnectionOutputBuilder
fn clone(&self) -> DescribeConnectionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeConnectionOutputBuilder
impl Default for DescribeConnectionOutputBuilder
source§fn default() -> DescribeConnectionOutputBuilder
fn default() -> DescribeConnectionOutputBuilder
source§impl PartialEq for DescribeConnectionOutputBuilder
impl PartialEq for DescribeConnectionOutputBuilder
source§fn eq(&self, other: &DescribeConnectionOutputBuilder) -> bool
fn eq(&self, other: &DescribeConnectionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.