Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateChapCredentialsRequest.Builder,UpdateChapCredentialsRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateChapCredentialsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateChapCredentialsRequest.Builder,UpdateChapCredentialsRequest>
A JSON object containing one or more of the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateChapCredentialsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateChapCredentialsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
initiatorName() |
The iSCSI initiator that connects to the target.
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateChapCredentialsRequest.Builder,UpdateChapCredentialsRequest>
public static UpdateChapCredentialsRequest.Builder builder()
public static Class<? extends UpdateChapCredentialsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.