public static interface ListKeyPoliciesResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<ListKeyPoliciesResponse.Builder,ListKeyPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListKeyPoliciesResponse.Builder |
nextMarker(String nextMarker)
When
Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request. |
ListKeyPoliciesResponse.Builder |
policyNames(Collection<String> policyNames)
A list of key policy names.
|
ListKeyPoliciesResponse.Builder |
policyNames(String... policyNames)
A list of key policy names.
|
ListKeyPoliciesResponse.Builder |
truncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeyPoliciesResponse.Builder policyNames(Collection<String> policyNames)
A list of key policy names. The only valid value is default.
policyNames - A list of key policy names. The only valid value is default.ListKeyPoliciesResponse.Builder policyNames(String... policyNames)
A list of key policy names. The only valid value is default.
policyNames - A list of key policy names. The only valid value is default.ListKeyPoliciesResponse.Builder nextMarker(String nextMarker)
When Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request.
nextMarker - When Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request.ListKeyPoliciesResponse.Builder truncated(Boolean truncated)
A flag that indicates whether there are more items in the list. When this value is true, the list in this
response is truncated. To get more items, pass the value of the NextMarker element in
thisresponse to the Marker parameter in a subsequent request.
truncated - A flag that indicates whether there are more items in the list. When this value is true, the list in
this response is truncated. To get more items, pass the value of the NextMarker element
in thisresponse to the Marker parameter in a subsequent request.Copyright © 2023. All rights reserved.