Interface ListControlPanelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListControlPanelsRequest.Builder,ListControlPanelsRequest>,Route53RecoveryControlConfigRequest.Builder,SdkBuilder<ListControlPanelsRequest.Builder,ListControlPanelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListControlPanelsRequest
public static interface ListControlPanelsRequest.Builder extends Route53RecoveryControlConfigRequest.Builder, SdkPojo, CopyableBuilder<ListControlPanelsRequest.Builder,ListControlPanelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListControlPanelsRequest.BuilderclusterArn(String clusterArn)The Amazon Resource Name (ARN) of a cluster.ListControlPanelsRequest.BuildermaxResults(Integer maxResults)The number of objects that you want to return with this call.ListControlPanelsRequest.BuildernextToken(String nextToken)The token that identifies which batch of results you want to see.ListControlPanelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListControlPanelsRequest.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.route53recoverycontrolconfig.model.Route53RecoveryControlConfigRequest.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
-
clusterArn
ListControlPanelsRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of a cluster.
- Parameters:
clusterArn- The Amazon Resource Name (ARN) of a cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListControlPanelsRequest.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
ListControlPanelsRequest.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.
-
overrideConfiguration
ListControlPanelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListControlPanelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-