Interface Application.Builder

  • Method Details

    • 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.
    • type

      The type of the application.

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

      The type of the application.

      Parameters:
      type - The type of the application.
      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 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.
    • status

      Application.Builder status(String status)

      The status of the application.

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

      The status of the application.

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

      Application.Builder discoveryStatus(String discoveryStatus)

      The latest discovery result for the application.

      Parameters:
      discoveryStatus - The latest discovery result for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • discoveryStatus

      Application.Builder discoveryStatus(ApplicationDiscoveryStatus discoveryStatus)

      The latest discovery result for the application.

      Parameters:
      discoveryStatus - The latest discovery result for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • associatedApplicationArns

      Application.Builder associatedApplicationArns(Collection<String> associatedApplicationArns)

      The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.

      Parameters:
      associatedApplicationArns - The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedApplicationArns

      Application.Builder associatedApplicationArns(String... associatedApplicationArns)

      The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.

      Parameters:
      associatedApplicationArns - The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.