Interface ListSuggestedResiliencyPoliciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSuggestedResiliencyPoliciesRequest.Builder,ListSuggestedResiliencyPoliciesRequest>,ResiliencehubRequest.Builder,SdkBuilder<ListSuggestedResiliencyPoliciesRequest.Builder,ListSuggestedResiliencyPoliciesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSuggestedResiliencyPoliciesRequest
public static interface ListSuggestedResiliencyPoliciesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListSuggestedResiliencyPoliciesRequest.Builder,ListSuggestedResiliencyPoliciesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSuggestedResiliencyPoliciesRequest.BuildermaxResults(Integer maxResults)Maximum number of results to include in the response.ListSuggestedResiliencyPoliciesRequest.BuildernextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListSuggestedResiliencyPoliciesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSuggestedResiliencyPoliciesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListSuggestedResiliencyPoliciesRequest.Builder maxResults(Integer maxResults)
Maximum number of results to include in the response. If more results exist than the specified
MaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Parameters:
maxResults- Maximum number of results to include in the response. If more results exist than the specifiedMaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSuggestedResiliencyPoliciesRequest.Builder nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
- Parameters:
nextToken- Null, or the token from a previous call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSuggestedResiliencyPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSuggestedResiliencyPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-