Struct aws_sdk_storagegateway::operation::delete_chap_credentials::builders::DeleteChapCredentialsFluentBuilder
source · pub struct DeleteChapCredentialsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteChapCredentials.
Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair. This operation is supported in volume and tape gateway types.
Implementations§
source§impl DeleteChapCredentialsFluentBuilder
impl DeleteChapCredentialsFluentBuilder
sourcepub fn as_input(&self) -> &DeleteChapCredentialsInputBuilder
pub fn as_input(&self) -> &DeleteChapCredentialsInputBuilder
Access the DeleteChapCredentials as a reference.
sourcepub async fn send(
self
) -> Result<DeleteChapCredentialsOutput, SdkError<DeleteChapCredentialsError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteChapCredentialsOutput, SdkError<DeleteChapCredentialsError, 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<DeleteChapCredentialsOutput, DeleteChapCredentialsError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteChapCredentialsOutput, DeleteChapCredentialsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn target_arn(self, input: impl Into<String>) -> Self
pub fn target_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
sourcepub fn set_target_arn(self, input: Option<String>) -> Self
pub fn set_target_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
sourcepub fn get_target_arn(&self) -> &Option<String>
pub fn get_target_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
sourcepub fn initiator_name(self, input: impl Into<String>) -> Self
pub fn initiator_name(self, input: impl Into<String>) -> Self
The iSCSI initiator that connects to the target.
sourcepub fn set_initiator_name(self, input: Option<String>) -> Self
pub fn set_initiator_name(self, input: Option<String>) -> Self
The iSCSI initiator that connects to the target.
sourcepub fn get_initiator_name(&self) -> &Option<String>
pub fn get_initiator_name(&self) -> &Option<String>
The iSCSI initiator that connects to the target.
Trait Implementations§
source§impl Clone for DeleteChapCredentialsFluentBuilder
impl Clone for DeleteChapCredentialsFluentBuilder
source§fn clone(&self) -> DeleteChapCredentialsFluentBuilder
fn clone(&self) -> DeleteChapCredentialsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more