Interface Application.Builder

    • Method Detail

      • applicationAggregatedStatus

        Application.Builder applicationAggregatedStatus​(ApplicationAggregatedStatus applicationAggregatedStatus)

        Application aggregated status.

        Parameters:
        applicationAggregatedStatus - Application aggregated status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationID

        Application.Builder applicationID​(String applicationID)

        Application ID.

        Parameters:
        applicationID - Application ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        Application.Builder arn​(String arn)

        Application ARN.

        Parameters:
        arn - Application ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        Application.Builder creationDateTime​(String creationDateTime)

        Application creation dateTime.

        Parameters:
        creationDateTime - Application creation dateTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Application.Builder description​(String description)

        Application description.

        Parameters:
        description - Application description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isArchived

        Application.Builder isArchived​(Boolean isArchived)

        Application archival status.

        Parameters:
        isArchived - Application archival status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDateTime

        Application.Builder lastModifiedDateTime​(String lastModifiedDateTime)

        Application last modified dateTime.

        Parameters:
        lastModifiedDateTime - Application last modified dateTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Application.Builder name​(String name)

        Application name.

        Parameters:
        name - Application name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        Application.Builder tags​(Map<String,​String> tags)

        Application tags.

        Parameters:
        tags - Application tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • waveID

        Application.Builder waveID​(String waveID)

        Application wave ID.

        Parameters:
        waveID - Application wave ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.