public static interface GetResourcePoliciesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetResourcePoliciesRequest.Builder,GetResourcePoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetResourcePoliciesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetResourcePoliciesRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
GetResourcePoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetResourcePoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetResourcePoliciesRequest.Builder |
resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource to which the policies are attached.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourcePoliciesRequest.Builder resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource to which the policies are attached.
resourceArn - Amazon Resource Name (ARN) of the resource to which the policies are attached.GetResourcePoliciesRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of results.GetResourcePoliciesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.GetResourcePoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetResourcePoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.