Interface DatabaseSummary.Builder

    • Method Detail

      • 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, DatabaseType
      • arn

        DatabaseSummary.Builder arn​(String 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

        DatabaseSummary.Builder tags​(Map<String,​String> 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.