public static interface GetResourcePoliciesResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<GetResourcePoliciesResponse.Builder,GetResourcePoliciesResponse>
Modifier and Type | Method and Description |
---|---|
GetResourcePoliciesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetResourcePoliciesResponse.Builder |
policies(Collection<String> policies)
A key policy document, in JSON format.
|
GetResourcePoliciesResponse.Builder |
policies(String... policies)
A key policy document, in JSON format.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetResourcePoliciesResponse.Builder policies(Collection<String> policies)
A key policy document, in JSON format.
policies
- A key policy document, in JSON format.GetResourcePoliciesResponse.Builder policies(String... policies)
A key policy document, in JSON format.
policies
- A key policy document, in JSON format.GetResourcePoliciesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.