Interface ListRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>,Route53RecoveryReadinessRequest.Builder,SdkBuilder<ListRulesRequest.Builder,ListRulesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRulesRequest
public static interface ListRulesRequest.Builder extends Route53RecoveryReadinessRequest.Builder, SdkPojo, CopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRulesRequest.BuildermaxResults(Integer maxResults)The number of objects that you want to return with this call.ListRulesRequest.BuildernextToken(String nextToken)The token that identifies which batch of results you want to see.ListRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRulesRequest.BuilderresourceType(String resourceType)The resource type that a readiness rule applies to.-
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.route53recoveryreadiness.model.Route53RecoveryReadinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListRulesRequest.Builder maxResults(Integer maxResults)
The number of objects that you want to return with this call.
- Parameters:
maxResults- The number of objects that you want to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRulesRequest.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
- Parameters:
nextToken- The token that identifies which batch of results you want to see.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
ListRulesRequest.Builder resourceType(String resourceType)
The resource type that a readiness rule applies to.
- Parameters:
resourceType- The resource type that a readiness rule applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-