CopyableBuilder<ListVaultsResponse.Builder,ListVaultsResponse>
, SdkBuilder<ListVaultsResponse.Builder,ListVaultsResponse>
public static interface ListVaultsResponse.Builder extends CopyableBuilder<ListVaultsResponse.Builder,ListVaultsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListVaultsResponse.Builder |
marker(String marker) |
The vault ARN at which to continue pagination of the results.
|
ListVaultsResponse.Builder |
vaultList(Collection<DescribeVaultOutput> vaultList) |
List of vaults.
|
ListVaultsResponse.Builder |
vaultList(DescribeVaultOutput... vaultList) |
List of vaults.
|
copy
apply, build
ListVaultsResponse.Builder vaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.
vaultList
- List of vaults.ListVaultsResponse.Builder vaultList(DescribeVaultOutput... vaultList)
List of vaults.
NOTE: This method appends the values to the existing list (if any). Use
#setVaultList(java.util.Collection)
or #withVaultList(java.util.Collection)
if you want to
override the existing values.
vaultList
- List of vaults.ListVaultsResponse.Builder marker(String marker)
The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.
marker
- The vault ARN at which to continue pagination of the results. You use the marker in another List
Vaults request to obtain more vaults in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.