public static interface GetResourcePoliciesResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetResourcePoliciesResponse.Builder,GetResourcePoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourcePoliciesResponse.Builder |
getResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
GetResourcePoliciesResponse.Builder |
getResourcePoliciesResponseList(Consumer<GluePolicy.Builder>... getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
GetResourcePoliciesResponse.Builder |
getResourcePoliciesResponseList(GluePolicy... getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
GetResourcePoliciesResponse.Builder |
nextToken(String nextToken)
A continuation token, if the returned list does not contain the last resource policy available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourcePoliciesResponse.Builder getResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
getResourcePoliciesResponseList - A list of the individual resource policies and the account-level resource policy.GetResourcePoliciesResponse.Builder getResourcePoliciesResponseList(GluePolicy... getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
getResourcePoliciesResponseList - A list of the individual resource policies and the account-level resource policy.GetResourcePoliciesResponse.Builder getResourcePoliciesResponseList(Consumer<GluePolicy.Builder>... getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
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 #getResourcePoliciesResponseList(List) .getResourcePoliciesResponseList - a consumer that will call methods on List.Builder #getResourcePoliciesResponseList(List) GetResourcePoliciesResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list does not contain the last resource policy available.
nextToken - A continuation token, if the returned list does not contain the last resource policy available.Copyright © 2021. All rights reserved.