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.
|
build
requestOverrideConfig
copy
apply, build
GetConfigRequest.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
,
ClientVersion
GetConfigRequest.Builder clientVersion(ClientVersion clientVersion)
The client version.
clientVersion
- The client version.ClientVersion
,
ClientVersion
GetConfigRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetConfigRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.