Interface GetResourcePoliciesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetResourcePoliciesResponse.Builder,GetResourcePoliciesResponse>,RamResponse.Builder,SdkBuilder<GetResourcePoliciesResponse.Builder,GetResourcePoliciesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetResourcePoliciesResponse
public static interface GetResourcePoliciesResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<GetResourcePoliciesResponse.Builder,GetResourcePoliciesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourcePoliciesResponse.BuildernextToken(String nextToken)If present, this value indicates that more output is available than is included in the current response.GetResourcePoliciesResponse.Builderpolicies(String... policies)An array of resource policy documents in JSON format.GetResourcePoliciesResponse.Builderpolicies(Collection<String> policies)An array of resource policy documents in JSON format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ram.model.RamResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policies
GetResourcePoliciesResponse.Builder policies(Collection<String> policies)
An array of resource policy documents in JSON format.
- Parameters:
policies- An array of resource policy documents in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policies
GetResourcePoliciesResponse.Builder policies(String... policies)
An array of resource policy documents in JSON format.
- Parameters:
policies- An array of resource policy documents in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetResourcePoliciesResponse.Builder nextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull. This indicates that this is the last page of results.- Parameters:
nextToken- If present, this value indicates that more output is available than is included in the current response. Use this value in theNextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull. This indicates that this is the last page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-