public static interface ListRoutingControlsRequest.Builder extends Route53RecoveryClusterRequest.Builder, SdkPojo, CopyableBuilder<ListRoutingControlsRequest.Builder,ListRoutingControlsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRoutingControlsRequest.Builder |
controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel of the routing controls to list.
|
ListRoutingControlsRequest.Builder |
maxResults(Integer maxResults)
The number of routing controls objects that you want to return with this call.
|
ListRoutingControlsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListRoutingControlsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRoutingControlsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoutingControlsRequest.Builder controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel of the routing controls to list.
controlPanelArn - The Amazon Resource Name (ARN) of the control panel of the routing controls to list.ListRoutingControlsRequest.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.ListRoutingControlsRequest.Builder maxResults(Integer maxResults)
The number of routing controls objects that you want to return with this call. The default value is 500.
maxResults - The number of routing controls objects that you want to return with this call. The default value is
500.ListRoutingControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRoutingControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.