@Generated(value="software.amazon.awssdk:codegen") public final class UpdateChapCredentialsRequest extends StorageGatewayRequest implements ToCopyableBuilder<UpdateChapCredentialsRequest.Builder,UpdateChapCredentialsRequest>
A JSON object containing one or more of the following fields:
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateChapCredentialsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateChapCredentialsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initiatorName()
The iSCSI initiator that connects to the target.
|
List<SdkField<?>> |
sdkFields() |
String |
secretToAuthenticateInitiator()
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP
with the target.
|
String |
secretToAuthenticateTarget()
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.
|
static Class<? extends UpdateChapCredentialsRequest.Builder> |
serializableBuilderClass() |
String |
targetARN()
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
UpdateChapCredentialsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String targetARN()
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.
public 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.
The secret key must be between 12 and 16 bytes when encoded in UTF-8.
public String initiatorName()
The iSCSI initiator that connects to the target.
public 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.
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.
public UpdateChapCredentialsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateChapCredentialsRequest.Builder,UpdateChapCredentialsRequest>toBuilder in class StorageGatewayRequestpublic static UpdateChapCredentialsRequest.Builder builder()
public static Class<? extends UpdateChapCredentialsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.