Interface RebootDbShardGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RebootDbShardGroupRequest.Builder,,RebootDbShardGroupRequest> RdsRequest.Builder,SdkBuilder<RebootDbShardGroupRequest.Builder,,RebootDbShardGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- RebootDbShardGroupRequest
@Mutable
@NotThreadSafe
public static interface RebootDbShardGroupRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<RebootDbShardGroupRequest.Builder,RebootDbShardGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondbShardGroupIdentifier(String dbShardGroupIdentifier) The name of the DB shard group to reboot.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dbShardGroupIdentifier
The name of the DB shard group to reboot.
- Parameters:
dbShardGroupIdentifier- The name of the DB shard group to reboot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RebootDbShardGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RebootDbShardGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-