Interface ListRoutingControlsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRoutingControlsRequest.Builder,ListRoutingControlsRequest>,Route53RecoveryClusterRequest.Builder,SdkBuilder<ListRoutingControlsRequest.Builder,ListRoutingControlsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRoutingControlsRequest
public static interface ListRoutingControlsRequest.Builder extends Route53RecoveryClusterRequest.Builder, SdkPojo, CopyableBuilder<ListRoutingControlsRequest.Builder,ListRoutingControlsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRoutingControlsRequest.BuildercontrolPanelArn(String controlPanelArn)The Amazon Resource Name (ARN) of the control panel of the routing controls to list.ListRoutingControlsRequest.BuildermaxResults(Integer maxResults)The number of routing controls objects that you want to return with this call.ListRoutingControlsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListRoutingControlsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRoutingControlsRequest.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.route53recoverycluster.model.Route53RecoveryClusterRequest.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
-
controlPanelArn
ListRoutingControlsRequest.Builder controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel of the routing controls to list.
- Parameters:
controlPanelArn- The Amazon Resource Name (ARN) of the control panel of the routing controls to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRoutingControlsRequest.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
- Parameters:
nextToken- The token for the next set of results. You receive this token from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRoutingControlsRequest.Builder maxResults(Integer maxResults)
The number of routing controls objects that you want to return with this call. The default value is 500.
- Parameters:
maxResults- The number of routing controls objects that you want to return with this call. The default value is 500.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRoutingControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRoutingControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-