public static interface UpdateChapCredentialsRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<UpdateChapCredentialsRequest.Builder,UpdateChapCredentialsRequest>
Modifier and Type | Method and Description |
---|---|
UpdateChapCredentialsRequest.Builder |
initiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
UpdateChapCredentialsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateChapCredentialsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateChapCredentialsRequest.Builder |
secretToAuthenticateInitiator(String secretToAuthenticateInitiator)
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual
CHAP with the target.
|
UpdateChapCredentialsRequest.Builder |
secretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.
|
UpdateChapCredentialsRequest.Builder |
targetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateChapCredentialsRequest.Builder targetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.
targetARN
- The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes
operation to return the TargetARN for specified VolumeARN.UpdateChapCredentialsRequest.Builder secretToAuthenticateInitiator(String secretToAuthenticateInitiator)
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.
The secret key must be between 12 and 16 bytes when encoded in UTF-8.
secretToAuthenticateInitiator
- The secret key that the initiator (for example, the Windows client) must provide to participate in
mutual CHAP with the target. The secret key must be between 12 and 16 bytes when encoded in UTF-8.
UpdateChapCredentialsRequest.Builder initiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
initiatorName
- The iSCSI initiator that connects to the target.UpdateChapCredentialsRequest.Builder secretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).
Byte constraints: Minimum bytes of 12. Maximum bytes of 16.
The secret key must be between 12 and 16 bytes when encoded in UTF-8.
secretToAuthenticateTarget
- The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.
Windows client).
Byte constraints: Minimum bytes of 12. Maximum bytes of 16.
The secret key must be between 12 and 16 bytes when encoded in UTF-8.
UpdateChapCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateChapCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.