public static interface ChapInfo.Builder extends SdkPojo, CopyableBuilder<ChapInfo.Builder,ChapInfo>
Modifier and Type | Method and Description |
---|---|
ChapInfo.Builder |
initiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
ChapInfo.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.
|
ChapInfo.Builder |
secretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.
|
ChapInfo.Builder |
targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume.
|
copy
applyMutation, build
ChapInfo.Builder targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume.
Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
targetARN
- The Amazon Resource Name (ARN) of the volume.
Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
ChapInfo.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.
secretToAuthenticateInitiator
- The secret key that the initiator (for example, the Windows client) must provide to participate in
mutual CHAP with the target.ChapInfo.Builder initiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
initiatorName
- The iSCSI initiator that connects to the target.ChapInfo.Builder secretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).
secretToAuthenticateTarget
- The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.
Windows client).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.