#[non_exhaustive]pub struct XksProxyConfigurationTypeBuilder { /* private fields */ }
Expand description
A builder for XksProxyConfigurationType
.
Implementations§
source§impl XksProxyConfigurationTypeBuilder
impl XksProxyConfigurationTypeBuilder
sourcepub fn connectivity(self, input: XksProxyConnectivityType) -> Self
pub fn connectivity(self, input: XksProxyConnectivityType) -> Self
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
sourcepub fn set_connectivity(self, input: Option<XksProxyConnectivityType>) -> Self
pub fn set_connectivity(self, input: Option<XksProxyConnectivityType>) -> Self
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
sourcepub fn get_connectivity(&self) -> &Option<XksProxyConnectivityType>
pub fn get_connectivity(&self) -> &Option<XksProxyConnectivityType>
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to communicate with KMS.
sourcepub fn access_key_id(self, input: impl Into<String>) -> Self
pub fn access_key_id(self, input: impl Into<String>) -> Self
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
sourcepub fn set_access_key_id(self, input: Option<String>) -> Self
pub fn set_access_key_id(self, input: Option<String>) -> Self
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
sourcepub fn get_access_key_id(&self) -> &Option<String>
pub fn get_access_key_id(&self) -> &Option<String>
The part of the external key store proxy authentication credential that uniquely identifies the secret access key.
sourcepub fn uri_endpoint(self, input: impl Into<String>) -> Self
pub fn uri_endpoint(self, input: impl Into<String>) -> Self
The URI endpoint for the external key store proxy.
If the external key store proxy has a public endpoint, it is displayed here.
If the external key store proxy uses an Amazon VPC endpoint service name, this field displays the private DNS name associated with the VPC endpoint service.
sourcepub fn set_uri_endpoint(self, input: Option<String>) -> Self
pub fn set_uri_endpoint(self, input: Option<String>) -> Self
The URI endpoint for the external key store proxy.
If the external key store proxy has a public endpoint, it is displayed here.
If the external key store proxy uses an Amazon VPC endpoint service name, this field displays the private DNS name associated with the VPC endpoint service.
sourcepub fn get_uri_endpoint(&self) -> &Option<String>
pub fn get_uri_endpoint(&self) -> &Option<String>
The URI endpoint for the external key store proxy.
If the external key store proxy has a public endpoint, it is displayed here.
If the external key store proxy uses an Amazon VPC endpoint service name, this field displays the private DNS name associated with the VPC endpoint service.
sourcepub fn uri_path(self, input: impl Into<String>) -> Self
pub fn uri_path(self, input: impl Into<String>) -> Self
The path to the external key store proxy APIs.
sourcepub fn set_uri_path(self, input: Option<String>) -> Self
pub fn set_uri_path(self, input: Option<String>) -> Self
The path to the external key store proxy APIs.
sourcepub fn get_uri_path(&self) -> &Option<String>
pub fn get_uri_path(&self) -> &Option<String>
The path to the external key store proxy APIs.
sourcepub fn vpc_endpoint_service_name(self, input: impl Into<String>) -> Self
pub fn vpc_endpoint_service_name(self, input: impl Into<String>) -> Self
The Amazon VPC endpoint service used to communicate with the external key store proxy. This field appears only when the external key store proxy uses an Amazon VPC endpoint service to communicate with KMS.
sourcepub fn set_vpc_endpoint_service_name(self, input: Option<String>) -> Self
pub fn set_vpc_endpoint_service_name(self, input: Option<String>) -> Self
The Amazon VPC endpoint service used to communicate with the external key store proxy. This field appears only when the external key store proxy uses an Amazon VPC endpoint service to communicate with KMS.
sourcepub fn get_vpc_endpoint_service_name(&self) -> &Option<String>
pub fn get_vpc_endpoint_service_name(&self) -> &Option<String>
The Amazon VPC endpoint service used to communicate with the external key store proxy. This field appears only when the external key store proxy uses an Amazon VPC endpoint service to communicate with KMS.
sourcepub fn build(self) -> XksProxyConfigurationType
pub fn build(self) -> XksProxyConfigurationType
Consumes the builder and constructs a XksProxyConfigurationType
.
Trait Implementations§
source§impl Clone for XksProxyConfigurationTypeBuilder
impl Clone for XksProxyConfigurationTypeBuilder
source§fn clone(&self) -> XksProxyConfigurationTypeBuilder
fn clone(&self) -> XksProxyConfigurationTypeBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for XksProxyConfigurationTypeBuilder
impl Default for XksProxyConfigurationTypeBuilder
source§fn default() -> XksProxyConfigurationTypeBuilder
fn default() -> XksProxyConfigurationTypeBuilder
source§impl PartialEq for XksProxyConfigurationTypeBuilder
impl PartialEq for XksProxyConfigurationTypeBuilder
source§fn eq(&self, other: &XksProxyConfigurationTypeBuilder) -> bool
fn eq(&self, other: &XksProxyConfigurationTypeBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.