public static interface ListSuggestedResiliencyPoliciesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListSuggestedResiliencyPoliciesRequest.Builder,ListSuggestedResiliencyPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSuggestedResiliencyPoliciesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListSuggestedResiliencyPoliciesRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListSuggestedResiliencyPoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSuggestedResiliencyPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSuggestedResiliencyPoliciesRequest.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.ListSuggestedResiliencyPoliciesRequest.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.ListSuggestedResiliencyPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSuggestedResiliencyPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.