@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String targetARN()
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.
public final 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 final String initiatorName()
The iSCSI initiator that connects to the target.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.