public static interface ListSecretVersionIdsRequest.Builder extends SecretsManagerRequest.Builder, SdkPojo, CopyableBuilder<ListSecretVersionIdsRequest.Builder,ListSecretVersionIdsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSecretVersionIdsRequest.Builder |
includeDeprecated(Boolean includeDeprecated)
Specifies whether to include versions of secrets that don't have any staging labels attached to them.
|
ListSecretVersionIdsRequest.Builder |
maxResults(Integer maxResults)
The number of results to include in the response.
|
ListSecretVersionIdsRequest.Builder |
nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results.
|
ListSecretVersionIdsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSecretVersionIdsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSecretVersionIdsRequest.Builder |
secretId(String secretId)
The ARN or name of the secret whose versions you want to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecretVersionIdsRequest.Builder secretId(String secretId)
The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
secretId - The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
ListSecretVersionIdsRequest.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 ListSecretVersionIds 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 ListSecretVersionIds again with the value from
NextToken.
ListSecretVersionIdsRequest.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 ListSecretVersionIds 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 ListSecretVersionIds again with this value.ListSecretVersionIdsRequest.Builder includeDeprecated(Boolean includeDeprecated)
Specifies whether to include versions of secrets that don't have any staging labels attached to them. Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager.
includeDeprecated - Specifies whether to include versions of secrets that don't have any staging labels attached to them.
Versions without staging labels are considered deprecated and are subject to deletion by Secrets
Manager.ListSecretVersionIdsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSecretVersionIdsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.