Interface Application.Builder

    • Method Detail

      • id

        Application.Builder id​(String id)

        The ID of the application.

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

        Application.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the application.

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

        Application.Builder appRegistryArn​(String appRegistryArn)

        The Amazon Resource Name (ARN) of the Application Registry.

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

        Application.Builder components​(Collection<String> components)

        The components of the application.

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

        Application.Builder components​(String... components)

        The components of the application.

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

        Application.Builder lastUpdated​(Instant lastUpdated)

        The time at which the application was last updated.

        Parameters:
        lastUpdated - The time at which the application was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        Application.Builder statusMessage​(String statusMessage)

        The status message.

        Parameters:
        statusMessage - The status message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.