public static interface ListResiliencyPoliciesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListResiliencyPoliciesRequest.Builder,ListResiliencyPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResiliencyPoliciesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListResiliencyPoliciesRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListResiliencyPoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListResiliencyPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListResiliencyPoliciesRequest.Builder |
policyName(String policyName)
The name of the policy
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResiliencyPoliciesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.
maxResults - The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can
be retrieved.ListResiliencyPoliciesRequest.Builder nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken - Null, or the token from a previous call to get the next set of results.ListResiliencyPoliciesRequest.Builder policyName(String policyName)
The name of the policy
policyName - The name of the policyListResiliencyPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResiliencyPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.