public static interface ListPoliciesResponse.Builder extends IotResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListPoliciesResponse.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 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 #policies(List)
.policies
- a consumer that will call methods on List.Builder
#policies(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.