Interface DatabaseSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DatabaseSummary.Builder,DatabaseSummary>, SdkBuilder<DatabaseSummary.Builder,DatabaseSummary>, SdkPojo
Enclosing class:
DatabaseSummary

public static interface DatabaseSummary.Builder extends SdkPojo, CopyableBuilder<DatabaseSummary.Builder,DatabaseSummary>
  • Method Details

    • applicationId

      DatabaseSummary.Builder applicationId(String applicationId)

      The ID of the application.

      Parameters:
      applicationId - The ID of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • componentId

      DatabaseSummary.Builder componentId(String componentId)

      The ID of the component.

      Parameters:
      componentId - The ID of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseId

      DatabaseSummary.Builder databaseId(String databaseId)

      The ID of the database.

      Parameters:
      databaseId - The ID of the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseType

      DatabaseSummary.Builder databaseType(String databaseType)

      The type of the database.

      Parameters:
      databaseType - The type of the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • databaseType

      DatabaseSummary.Builder databaseType(DatabaseType databaseType)

      The type of the database.

      Parameters:
      databaseType - The type of the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • arn

      The Amazon Resource Name (ARN) of the database.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags of the database.

      Parameters:
      tags - The tags of the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.