Interface DeleteRelationalDatabaseRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DeleteRelationalDatabaseRequest.Builder,,- DeleteRelationalDatabaseRequest> - LightsailRequest.Builder,- SdkBuilder<DeleteRelationalDatabaseRequest.Builder,,- DeleteRelationalDatabaseRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DeleteRelationalDatabaseRequest
- 
Method SummaryModifier and TypeMethodDescriptionfinalRelationalDatabaseSnapshotName(String finalRelationalDatabaseSnapshotName) The name of the database snapshot created ifskip final snapshotisfalse, which is the default value for that parameter.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.relationalDatabaseName(String relationalDatabaseName) The name of the database that you are deleting.skipFinalSnapshot(Boolean skipFinalSnapshot) Determines whether a final database snapshot is created before your database is deleted.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.lightsail.model.LightsailRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
relationalDatabaseNameThe name of the database that you are deleting. - Parameters:
- relationalDatabaseName- The name of the database that you are deleting.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
skipFinalSnapshotDetermines whether a final database snapshot is created before your database is deleted. If trueis specified, no database snapshot is created. Iffalseis specified, a database snapshot is created before your database is deleted.You must specify the final relational database snapshot nameparameter if theskip final snapshotparameter isfalse.Default: false- Parameters:
- skipFinalSnapshot- Determines whether a final database snapshot is created before your database is deleted. If- trueis specified, no database snapshot is created. If- falseis specified, a database snapshot is created before your database is deleted.- You must specify the - final relational database snapshot nameparameter if the- skip final snapshotparameter is- false.- Default: - false
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
finalRelationalDatabaseSnapshotNameDeleteRelationalDatabaseRequest.Builder finalRelationalDatabaseSnapshotName(String finalRelationalDatabaseSnapshotName) The name of the database snapshot created if skip final snapshotisfalse, which is the default value for that parameter.Specifying this parameter and also specifying the skip final snapshotparameter totrueresults in an error.Constraints: - 
 Must contain from 2 to 255 alphanumeric characters, or hyphens. 
- 
 The first and last character must be a letter or number. 
 - Parameters:
- finalRelationalDatabaseSnapshotName- The name of the database snapshot created if- skip final snapshotis- false, which is the default value for that parameter.- Specifying this parameter and also specifying the - skip final snapshotparameter to- trueresults in an error.- Constraints: - 
        Must contain from 2 to 255 alphanumeric characters, or hyphens. 
- 
        The first and last character must be a letter or number. 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
overrideConfigurationDeleteRelationalDatabaseRequest.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.
 
- 
overrideConfigurationDeleteRelationalDatabaseRequest.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.
 
 
-