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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetConfigRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetConfigRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.