Struct aws_sdk_elasticloadbalancingv2::operation::modify_trust_store::builders::ModifyTrustStoreFluentBuilder
source · pub struct ModifyTrustStoreFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ModifyTrustStore
.
Update the ca certificate bundle for a given trust store.
Implementations§
source§impl ModifyTrustStoreFluentBuilder
impl ModifyTrustStoreFluentBuilder
sourcepub fn as_input(&self) -> &ModifyTrustStoreInputBuilder
pub fn as_input(&self) -> &ModifyTrustStoreInputBuilder
Access the ModifyTrustStore as a reference.
sourcepub async fn send(
self
) -> Result<ModifyTrustStoreOutput, SdkError<ModifyTrustStoreError, HttpResponse>>
pub async fn send( self ) -> Result<ModifyTrustStoreOutput, SdkError<ModifyTrustStoreError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<ModifyTrustStoreOutput, ModifyTrustStoreError, Self>
pub fn customize( self ) -> CustomizableOperation<ModifyTrustStoreOutput, ModifyTrustStoreError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn trust_store_arn(self, input: impl Into<String>) -> Self
pub fn trust_store_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the trust store.
sourcepub fn set_trust_store_arn(self, input: Option<String>) -> Self
pub fn set_trust_store_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the trust store.
sourcepub fn get_trust_store_arn(&self) -> &Option<String>
pub fn get_trust_store_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the trust store.
sourcepub fn ca_certificates_bundle_s3_bucket(self, input: impl Into<String>) -> Self
pub fn ca_certificates_bundle_s3_bucket(self, input: impl Into<String>) -> Self
The Amazon S3 bucket for the ca certificates bundle.
sourcepub fn set_ca_certificates_bundle_s3_bucket(self, input: Option<String>) -> Self
pub fn set_ca_certificates_bundle_s3_bucket(self, input: Option<String>) -> Self
The Amazon S3 bucket for the ca certificates bundle.
sourcepub fn get_ca_certificates_bundle_s3_bucket(&self) -> &Option<String>
pub fn get_ca_certificates_bundle_s3_bucket(&self) -> &Option<String>
The Amazon S3 bucket for the ca certificates bundle.
sourcepub fn ca_certificates_bundle_s3_key(self, input: impl Into<String>) -> Self
pub fn ca_certificates_bundle_s3_key(self, input: impl Into<String>) -> Self
The Amazon S3 path for the ca certificates bundle.
sourcepub fn set_ca_certificates_bundle_s3_key(self, input: Option<String>) -> Self
pub fn set_ca_certificates_bundle_s3_key(self, input: Option<String>) -> Self
The Amazon S3 path for the ca certificates bundle.
sourcepub fn get_ca_certificates_bundle_s3_key(&self) -> &Option<String>
pub fn get_ca_certificates_bundle_s3_key(&self) -> &Option<String>
The Amazon S3 path for the ca certificates bundle.
sourcepub fn ca_certificates_bundle_s3_object_version(
self,
input: impl Into<String>
) -> Self
pub fn ca_certificates_bundle_s3_object_version( self, input: impl Into<String> ) -> Self
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
sourcepub fn set_ca_certificates_bundle_s3_object_version(
self,
input: Option<String>
) -> Self
pub fn set_ca_certificates_bundle_s3_object_version( self, input: Option<String> ) -> Self
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
sourcepub fn get_ca_certificates_bundle_s3_object_version(&self) -> &Option<String>
pub fn get_ca_certificates_bundle_s3_object_version(&self) -> &Option<String>
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
Trait Implementations§
source§impl Clone for ModifyTrustStoreFluentBuilder
impl Clone for ModifyTrustStoreFluentBuilder
source§fn clone(&self) -> ModifyTrustStoreFluentBuilder
fn clone(&self) -> ModifyTrustStoreFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more