public static interface ListPoliciesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListPoliciesResponse.Builder,ListPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResponse.Builder |
nextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
|
ListPoliciesResponse.Builder |
policies(Collection<Policy> policies)
The descriptions of the policies.
|
ListPoliciesResponse.Builder |
policies(Consumer<Policy.Builder>... policies)
The descriptions of the policies.
|
ListPoliciesResponse.Builder |
policies(Policy... policies)
The descriptions of the policies.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPoliciesResponse.Builder policies(Collection<Policy> policies)
The descriptions of the policies.
policies - The descriptions of the policies.ListPoliciesResponse.Builder policies(Policy... policies)
The descriptions of the policies.
policies - The descriptions of the policies.ListPoliciesResponse.Builder policies(Consumer<Policy.Builder>... policies)
The descriptions of the policies.
This is a convenience method that creates an instance of thePolicy.Builder avoiding the need to create one manually via
Policy.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #policies(List.
policies - a consumer that will call methods on Policy.Builder#policies(java.util.Collection) ListPoliciesResponse.Builder nextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
nextMarker - The marker for the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.