public static interface ListAttachedPoliciesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAttachedPoliciesResponse.Builder,ListAttachedPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAttachedPoliciesResponse.Builder |
nextMarker(String nextMarker)
The token to retrieve the next set of results, or ``null`` if there are no more results.
|
ListAttachedPoliciesResponse.Builder |
policies(Collection<Policy> policies)
The policies.
|
ListAttachedPoliciesResponse.Builder |
policies(Consumer<Policy.Builder>... policies)
The policies.
|
ListAttachedPoliciesResponse.Builder |
policies(Policy... policies)
The policies.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAttachedPoliciesResponse.Builder policies(Collection<Policy> policies)
The policies.
policies - The policies.ListAttachedPoliciesResponse.Builder policies(Policy... policies)
The policies.
policies - The policies.ListAttachedPoliciesResponse.Builder policies(Consumer<Policy.Builder>... policies)
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) ListAttachedPoliciesResponse.Builder nextMarker(String nextMarker)
The token to retrieve the next set of results, or ``null`` if there are no more results.
nextMarker - The token to retrieve the next set of results, or ``null`` if there are no more results.Copyright © 2022. All rights reserved.