Struct aws_sdk_cloudhsm::operation::create_luna_client::builders::CreateLunaClientFluentBuilder
source · pub struct CreateLunaClientFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateLunaClient.
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.
Creates an HSM client.
Implementations§
source§impl CreateLunaClientFluentBuilder
impl CreateLunaClientFluentBuilder
sourcepub fn as_input(&self) -> &CreateLunaClientInputBuilder
pub fn as_input(&self) -> &CreateLunaClientInputBuilder
Access the CreateLunaClient as a reference.
sourcepub async fn send(
self
) -> Result<CreateLunaClientOutput, SdkError<CreateLunaClientError, HttpResponse>>
pub async fn send( self ) -> Result<CreateLunaClientOutput, SdkError<CreateLunaClientError, 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<CreateLunaClientOutput, CreateLunaClientError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateLunaClientOutput, CreateLunaClientError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn certificate(self, input: impl Into<String>) -> Self
pub fn certificate(self, input: impl Into<String>) -> Self
The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
sourcepub fn set_certificate(self, input: Option<String>) -> Self
pub fn set_certificate(self, input: Option<String>) -> Self
The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
sourcepub fn get_certificate(&self) -> &Option<String>
pub fn get_certificate(&self) -> &Option<String>
The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.
Trait Implementations§
source§impl Clone for CreateLunaClientFluentBuilder
impl Clone for CreateLunaClientFluentBuilder
source§fn clone(&self) -> CreateLunaClientFluentBuilder
fn clone(&self) -> CreateLunaClientFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more