CopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>
, SdkBuilder<GetConfigRequest.Builder,GetConfigRequest>
public static interface GetConfigRequest.Builder extends CopyableBuilder<GetConfigRequest.Builder,GetConfigRequest>
Modifier and Type | Method | Description |
---|---|---|
GetConfigRequest.Builder |
clientArn(String clientArn) |
The ARN of the client.
|
GetConfigRequest.Builder |
clientVersion(String clientVersion) |
The client version.
|
GetConfigRequest.Builder |
clientVersion(ClientVersion clientVersion) |
The client version.
|
GetConfigRequest.Builder |
hapgList(String... hapgList) |
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
GetConfigRequest.Builder |
hapgList(Collection<String> hapgList) |
A list of ARNs that identify the high-availability partition groups that are associated with the client.
|
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
GetConfigRequest.Builder clientVersion(ClientVersion clientVersion)
The client version.
clientVersion
- The client version.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.
NOTE: This method appends the values to the existing list (if any). Use
#setHapgList(java.util.Collection)
or #withHapgList(java.util.Collection)
if you want to
override the existing values.
hapgList
- A list of ARNs that identify the high-availability partition groups that are associated with the
client.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.