Java com.amazonaws.services.rds.model DeleteDBInstanceRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.rds.model DeleteDBInstanceRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.rds.model DeleteDBInstanceRequest.

The text is from its open source code.

Constructor

DeleteDBInstanceRequest(String dBInstanceIdentifier)
Constructs a new DeleteDBInstanceRequest object.
DeleteDBInstanceRequest()
Default constructor for DeleteDBInstanceRequest object.

Method

voidsetDBInstanceIdentifier(String dBInstanceIdentifier)

The DB instance identifier for the DB instance to be deleted.

voidsetFinalDBSnapshotIdentifier(String finalDBSnapshotIdentifier)

The DBSnapshotIdentifier of the new DBSnapshot created when the SkipFinalSnapshot parameter is disabled.

voidsetSkipFinalSnapshot(Boolean skipFinalSnapshot)

A value that indicates whether to skip the creation of a final DB snapshot before the DB instance is deleted.