CopyableBuilder<ListPoliciesResponse.Builder,ListPoliciesResponse>
, SdkBuilder<ListPoliciesResponse.Builder,ListPoliciesResponse>
public static interface ListPoliciesResponse.Builder extends CopyableBuilder<ListPoliciesResponse.Builder,ListPoliciesResponse>
Modifier and Type | Method | 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(Policy... policies) |
The descriptions of the policies.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicies(java.util.Collection)
or #withPolicies(java.util.Collection)
if you want to
override the existing values.
policies
- The descriptions of the policies.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.