public static final class ListSecretsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListSecretsRequest |
build() |
ListSecretsRequest.Builder |
fetchTags(String fetchTags)
The number of entries to return on each page.
|
ListSecretsRequest.Builder |
filters(String filters)
The number of entries returned per page.
|
ListSecretsRequest.Builder |
pageNumber(Integer pageNumber)
The secret filter.
|
ListSecretsRequest.Builder |
pageSize(Integer pageSize)
The page number of the returned page.
|
public ListSecretsRequest.Builder fetchTags(String fetchTags)
Valid values: 1 to 100. Default value: 10.
public ListSecretsRequest.Builder filters(String filters)
public ListSecretsRequest.Builder pageNumber(Integer pageNumber)
* Key * Description: the property that you want to filter. * Type: string. * Valid values: * SecretName: the secret name. * Description: the description of the secret. * TagKey: the tag key. * TagValue: the tag value. * Values * Description: the value to be included after filtering. * Type: string. * Length: 0 to 10. * Valid values: * If the Key field is set to SecretName, the value must be 1 to 192 characters in length and can contain letters, digits, and special characters `_ / + = . @ -`. * If the Key field is set to Description, the value must be 1 to 256 characters in length. * If the Key field is set to TagKey, the value must be 1 to 256 characters in length and can contain letters, digits, and special characters `/ _ - . + = @ :`. * If the Key field is set to TagValue, the value must be 1 to 256 characters in length and can contain letters, numbers, and special characters `/ _ - . + = @ :`. The logical relationship between values of the Values field in a key-value pair is OR. Example: `[ {"Key":"SecretName", "Values":["sec1","sec2"]}]`. In this example, the semantics are `SecretName=sec 1 OR SecretName=sec 2`.
public ListSecretsRequest.Builder pageSize(Integer pageSize)
public ListSecretsRequest build()
Copyright © 2023. All rights reserved.