Struct aws_sdk_finspace::operation::update_kx_environment_network::builders::UpdateKxEnvironmentNetworkInputBuilder
source · #[non_exhaustive]pub struct UpdateKxEnvironmentNetworkInputBuilder { /* private fields */ }Expand description
A builder for UpdateKxEnvironmentNetworkInput.
Implementations§
source§impl UpdateKxEnvironmentNetworkInputBuilder
impl UpdateKxEnvironmentNetworkInputBuilder
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
A unique identifier for the kdb environment.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
A unique identifier for the kdb environment.
sourcepub fn get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
A unique identifier for the kdb environment.
sourcepub fn transit_gateway_configuration(
self,
input: TransitGatewayConfiguration
) -> Self
pub fn transit_gateway_configuration( self, input: TransitGatewayConfiguration ) -> Self
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
sourcepub fn set_transit_gateway_configuration(
self,
input: Option<TransitGatewayConfiguration>
) -> Self
pub fn set_transit_gateway_configuration( self, input: Option<TransitGatewayConfiguration> ) -> Self
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
sourcepub fn get_transit_gateway_configuration(
&self
) -> &Option<TransitGatewayConfiguration>
pub fn get_transit_gateway_configuration( &self ) -> &Option<TransitGatewayConfiguration>
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
sourcepub fn custom_dns_configuration(self, input: CustomDnsServer) -> Self
pub fn custom_dns_configuration(self, input: CustomDnsServer) -> Self
Appends an item to custom_dns_configuration.
To override the contents of this collection use set_custom_dns_configuration.
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
sourcepub fn set_custom_dns_configuration(
self,
input: Option<Vec<CustomDnsServer>>
) -> Self
pub fn set_custom_dns_configuration( self, input: Option<Vec<CustomDnsServer>> ) -> Self
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
sourcepub fn get_custom_dns_configuration(&self) -> &Option<Vec<CustomDnsServer>>
pub fn get_custom_dns_configuration(&self) -> &Option<Vec<CustomDnsServer>>
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A token that ensures idempotency. This token expires in 10 minutes.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A token that ensures idempotency. This token expires in 10 minutes.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A token that ensures idempotency. This token expires in 10 minutes.
sourcepub fn build(self) -> Result<UpdateKxEnvironmentNetworkInput, BuildError>
pub fn build(self) -> Result<UpdateKxEnvironmentNetworkInput, BuildError>
Consumes the builder and constructs a UpdateKxEnvironmentNetworkInput.
source§impl UpdateKxEnvironmentNetworkInputBuilder
impl UpdateKxEnvironmentNetworkInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateKxEnvironmentNetworkOutput, SdkError<UpdateKxEnvironmentNetworkError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateKxEnvironmentNetworkOutput, SdkError<UpdateKxEnvironmentNetworkError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateKxEnvironmentNetworkInputBuilder
impl Clone for UpdateKxEnvironmentNetworkInputBuilder
source§fn clone(&self) -> UpdateKxEnvironmentNetworkInputBuilder
fn clone(&self) -> UpdateKxEnvironmentNetworkInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateKxEnvironmentNetworkInputBuilder
impl Default for UpdateKxEnvironmentNetworkInputBuilder
source§fn default() -> UpdateKxEnvironmentNetworkInputBuilder
fn default() -> UpdateKxEnvironmentNetworkInputBuilder
source§impl PartialEq for UpdateKxEnvironmentNetworkInputBuilder
impl PartialEq for UpdateKxEnvironmentNetworkInputBuilder
source§fn eq(&self, other: &UpdateKxEnvironmentNetworkInputBuilder) -> bool
fn eq(&self, other: &UpdateKxEnvironmentNetworkInputBuilder) -> bool
self and other values to be equal, and is used
by ==.