public static interface ListSecretsRequest.Builder extends SecretsManagerRequest.Builder, SdkPojo, CopyableBuilder<ListSecretsRequest.Builder,ListSecretsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSecretsRequest.Builder |
filters(Collection<Filter> filters)
The filters to apply to the list of secrets.
|
ListSecretsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters to apply to the list of secrets.
|
ListSecretsRequest.Builder |
filters(Filter... filters)
The filters to apply to the list of secrets.
|
ListSecretsRequest.Builder |
maxResults(Integer maxResults)
The number of results to include in the response.
|
ListSecretsRequest.Builder |
nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results.
|
ListSecretsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSecretsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSecretsRequest.Builder |
sortOrder(SortOrderType sortOrder)
Lists secrets in the requested order.
|
ListSecretsRequest.Builder |
sortOrder(String sortOrder)
Lists secrets in the requested order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecretsRequest.Builder maxResults(Integer maxResults)
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken. To get
the next results, call ListSecrets again with the value from NextToken.
maxResults - The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken.
To get the next results, call ListSecrets again with the value from
NextToken.
ListSecretsRequest.Builder nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results. To
get the next results, call ListSecrets again with this value.
nextToken - A token that indicates where the output should continue from, if a previous call did not show all
results. To get the next results, call ListSecrets again with this value.ListSecretsRequest.Builder filters(Collection<Filter> filters)
The filters to apply to the list of secrets.
filters - The filters to apply to the list of secrets.ListSecretsRequest.Builder filters(Filter... filters)
The filters to apply to the list of secrets.
filters - The filters to apply to the list of secrets.ListSecretsRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters to apply to the list of secrets.
This is a convenience method that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListSecretsRequest.Builder sortOrder(String sortOrder)
Lists secrets in the requested order.
sortOrder - Lists secrets in the requested order.SortOrderType,
SortOrderTypeListSecretsRequest.Builder sortOrder(SortOrderType sortOrder)
Lists secrets in the requested order.
sortOrder - Lists secrets in the requested order.SortOrderType,
SortOrderTypeListSecretsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSecretsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.