Interface RebootDbClusterRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RebootDbClusterRequest.Builder,,RebootDbClusterRequest> SdkBuilder<RebootDbClusterRequest.Builder,,RebootDbClusterRequest> SdkPojo,SdkRequest.Builder,TimestreamInfluxDbRequest.Builder
- Enclosing class:
RebootDbClusterRequest
@Mutable
@NotThreadSafe
public static interface RebootDbClusterRequest.Builder
extends TimestreamInfluxDbRequest.Builder, SdkPojo, CopyableBuilder<RebootDbClusterRequest.Builder,RebootDbClusterRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondbClusterId(String dbClusterId) Service-generated unique identifier of the DB cluster to reboot.instanceIds(String... instanceIds) A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.instanceIds(Collection<String> instanceIds) A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbRequest.Builder
build
-
Method Details
-
dbClusterId
Service-generated unique identifier of the DB cluster to reboot.
- Parameters:
dbClusterId- Service-generated unique identifier of the DB cluster to reboot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceIds
A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.
- Parameters:
instanceIds- A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceIds
A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.
- Parameters:
instanceIds- A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RebootDbClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RebootDbClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-