pub struct CreateHapgFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateHapg.
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 a high-availability partition group. A high-availability partition group is a group of partitions that spans multiple physical HSMs.
Implementations§
source§impl CreateHapgFluentBuilder
impl CreateHapgFluentBuilder
sourcepub fn as_input(&self) -> &CreateHapgInputBuilder
pub fn as_input(&self) -> &CreateHapgInputBuilder
Access the CreateHapg as a reference.
sourcepub async fn send(
self
) -> Result<CreateHapgOutput, SdkError<CreateHapgError, HttpResponse>>
pub async fn send( self ) -> Result<CreateHapgOutput, SdkError<CreateHapgError, 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 async fn customize(
self
) -> Result<CustomizableOperation<CreateHapgOutput, CreateHapgError>, SdkError<CreateHapgError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateHapgOutput, CreateHapgError>, SdkError<CreateHapgError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn label(self, input: impl Into<String>) -> Self
pub fn label(self, input: impl Into<String>) -> Self
The label of the new high-availability partition group.
Trait Implementations§
source§impl Clone for CreateHapgFluentBuilder
impl Clone for CreateHapgFluentBuilder
source§fn clone(&self) -> CreateHapgFluentBuilder
fn clone(&self) -> CreateHapgFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more