Interface ListResiliencyPoliciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResiliencyPoliciesRequest.Builder,ListResiliencyPoliciesRequest>,ResiliencehubRequest.Builder,SdkBuilder<ListResiliencyPoliciesRequest.Builder,ListResiliencyPoliciesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListResiliencyPoliciesRequest
public static interface ListResiliencyPoliciesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListResiliencyPoliciesRequest.Builder,ListResiliencyPoliciesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResiliencyPoliciesRequest.BuildermaxResults(Integer maxResults)Maximum number of results to include in the response.ListResiliencyPoliciesRequest.BuildernextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListResiliencyPoliciesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResiliencyPoliciesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResiliencyPoliciesRequest.BuilderpolicyName(String policyName)The name of the policy-
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
ListResiliencyPoliciesRequest.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
ListResiliencyPoliciesRequest.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.
-
policyName
ListResiliencyPoliciesRequest.Builder policyName(String policyName)
The name of the policy
- Parameters:
policyName- The name of the policy- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResiliencyPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListResiliencyPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-