pub struct ModifyHapgFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to ModifyHapg.
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 an existing high-availability partition group.
Implementations§
source§impl ModifyHapgFluentBuilder
impl ModifyHapgFluentBuilder
sourcepub fn as_input(&self) -> &ModifyHapgInputBuilder
pub fn as_input(&self) -> &ModifyHapgInputBuilder
Access the ModifyHapg as a reference.
sourcepub async fn send(
self
) -> Result<ModifyHapgOutput, SdkError<ModifyHapgError, HttpResponse>>
pub async fn send( self ) -> Result<ModifyHapgOutput, SdkError<ModifyHapgError, 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<ModifyHapgOutput, ModifyHapgError, Self>
pub fn customize( self ) -> CustomizableOperation<ModifyHapgOutput, ModifyHapgError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn hapg_arn(self, input: impl Into<String>) -> Self
pub fn hapg_arn(self, input: impl Into<String>) -> Self
The ARN of the high-availability partition group to modify.
sourcepub fn set_hapg_arn(self, input: Option<String>) -> Self
pub fn set_hapg_arn(self, input: Option<String>) -> Self
The ARN of the high-availability partition group to modify.
sourcepub fn get_hapg_arn(&self) -> &Option<String>
pub fn get_hapg_arn(&self) -> &Option<String>
The ARN of the high-availability partition group to modify.
sourcepub fn label(self, input: impl Into<String>) -> Self
pub fn label(self, input: impl Into<String>) -> Self
The new label for the high-availability partition group.
sourcepub fn set_label(self, input: Option<String>) -> Self
pub fn set_label(self, input: Option<String>) -> Self
The new label for the high-availability partition group.
sourcepub fn get_label(&self) -> &Option<String>
pub fn get_label(&self) -> &Option<String>
The new label for the high-availability partition group.
sourcepub fn partition_serial_list(self, input: impl Into<String>) -> Self
pub fn partition_serial_list(self, input: impl Into<String>) -> Self
Appends an item to PartitionSerialList.
To override the contents of this collection use set_partition_serial_list.
The list of partition serial numbers to make members of the high-availability partition group.
sourcepub fn set_partition_serial_list(self, input: Option<Vec<String>>) -> Self
pub fn set_partition_serial_list(self, input: Option<Vec<String>>) -> Self
The list of partition serial numbers to make members of the high-availability partition group.
sourcepub fn get_partition_serial_list(&self) -> &Option<Vec<String>>
pub fn get_partition_serial_list(&self) -> &Option<Vec<String>>
The list of partition serial numbers to make members of the high-availability partition group.
Trait Implementations§
source§impl Clone for ModifyHapgFluentBuilder
impl Clone for ModifyHapgFluentBuilder
source§fn clone(&self) -> ModifyHapgFluentBuilder
fn clone(&self) -> ModifyHapgFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more