Struct aws_sdk_cloudhsm::operation::modify_luna_client::builders::ModifyLunaClientFluentBuilder
source · pub struct ModifyLunaClientFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to ModifyLunaClient.
This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.
For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.
Modifies the certificate used by the client.
This action can potentially start a workflow to install the new certificate on the client's HSMs.
Implementations§
source§impl ModifyLunaClientFluentBuilder
impl ModifyLunaClientFluentBuilder
sourcepub fn as_input(&self) -> &ModifyLunaClientInputBuilder
pub fn as_input(&self) -> &ModifyLunaClientInputBuilder
Access the ModifyLunaClient as a reference.
sourcepub async fn send(
self
) -> Result<ModifyLunaClientOutput, SdkError<ModifyLunaClientError, HttpResponse>>
pub async fn send( self ) -> Result<ModifyLunaClientOutput, SdkError<ModifyLunaClientError, 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<ModifyLunaClientOutput, ModifyLunaClientError, Self>
pub fn customize( self ) -> CustomizableOperation<ModifyLunaClientOutput, ModifyLunaClientError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn client_arn(self, input: impl Into<String>) -> Self
pub fn client_arn(self, input: impl Into<String>) -> Self
The ARN of the client.
sourcepub fn set_client_arn(self, input: Option<String>) -> Self
pub fn set_client_arn(self, input: Option<String>) -> Self
The ARN of the client.
sourcepub fn get_client_arn(&self) -> &Option<String>
pub fn get_client_arn(&self) -> &Option<String>
The ARN of the client.
sourcepub fn certificate(self, input: impl Into<String>) -> Self
pub fn certificate(self, input: impl Into<String>) -> Self
The new certificate for the client.
sourcepub fn set_certificate(self, input: Option<String>) -> Self
pub fn set_certificate(self, input: Option<String>) -> Self
The new certificate for the client.
sourcepub fn get_certificate(&self) -> &Option<String>
pub fn get_certificate(&self) -> &Option<String>
The new certificate for the client.
Trait Implementations§
source§impl Clone for ModifyLunaClientFluentBuilder
impl Clone for ModifyLunaClientFluentBuilder
source§fn clone(&self) -> ModifyLunaClientFluentBuilder
fn clone(&self) -> ModifyLunaClientFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more