Interface FailoverDbClusterRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<FailoverDbClusterRequest.Builder,,- FailoverDbClusterRequest> - NeptuneRequest.Builder,- SdkBuilder<FailoverDbClusterRequest.Builder,,- FailoverDbClusterRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- FailoverDbClusterRequest
@Mutable
@NotThreadSafe
public static interface FailoverDbClusterRequest.Builder
extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<FailoverDbClusterRequest.Builder,FailoverDbClusterRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondbClusterIdentifier(String dbClusterIdentifier) A DB cluster identifier to force a failover for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.targetDBInstanceIdentifier(String targetDBInstanceIdentifier) The name of the instance to promote to the primary instance.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptune.model.NeptuneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dbClusterIdentifierA DB cluster identifier to force a failover for. This parameter is not case-sensitive. Constraints: - 
 Must match the identifier of an existing DBCluster. 
 - Parameters:
- dbClusterIdentifier- A DB cluster identifier to force a failover for. This parameter is not case-sensitive.- Constraints: - 
        Must match the identifier of an existing DBCluster. 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
targetDBInstanceIdentifierThe name of the instance to promote to the primary instance. You must specify the instance identifier for an Read Replica in the DB cluster. For example, mydbcluster-replica1.- Parameters:
- targetDBInstanceIdentifier- The name of the instance to promote to the primary instance.- You must specify the instance identifier for an Read Replica in the DB cluster. For example, - mydbcluster-replica1.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationFailoverDbClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationFailoverDbClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-