public static interface GetConfigRequest.Builder extends CloudHsmRequest.Builder, CopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
GetConfigRequest.Builder |
clientArn(String clientArn)
The ARN of the client.
|
GetConfigRequest.Builder |
clientVersion(ClientVersion clientVersion)
The client version.
|
GetConfigRequest.Builder |
clientVersion(String clientVersion)
The client version.
|
GetConfigRequest.Builder |
hapgList(Collection<String> hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
GetConfigRequest.Builder |
hapgList(String... hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
GetConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetConfigRequest.Builder clientArn(String clientArn)
The ARN of the client.
clientArn - The ARN of the client.GetConfigRequest.Builder clientVersion(String clientVersion)
The client version.
clientVersion - The client version.ClientVersion,
ClientVersionGetConfigRequest.Builder clientVersion(ClientVersion clientVersion)
The client version.
clientVersion - The client version.ClientVersion,
ClientVersionGetConfigRequest.Builder hapgList(Collection<String> hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
hapgList - A list of ARNs that identify the high-availability partition groups that are associated with the
client.GetConfigRequest.Builder hapgList(String... hapgList)
A list of ARNs that identify the high-availability partition groups that are associated with the client.
hapgList - A list of ARNs that identify the high-availability partition groups that are associated with the
client.GetConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.