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