Interface DescribeApplicationResponse.Builder

  • Method Details

    • arn

      ARN of the application

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

      Timestamp when the application was created

      Parameters:
      createdAt - Timestamp when the application was created
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsSubdomain

      DescribeApplicationResponse.Builder dnsSubdomain(String dnsSubdomain)

      DNS subdomain for the application

      Parameters:
      dnsSubdomain - DNS subdomain for the application
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DescribeApplicationResponse.Builder description(String description)

      Description of the application

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

      Unique identifier of the application

      Parameters:
      id - Unique identifier of the application
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • idcApplicationArn

      DescribeApplicationResponse.Builder idcApplicationArn(String idcApplicationArn)

      Identity Center Application ARN associated with this application

      Parameters:
      idcApplicationArn - Identity Center Application ARN associated with this application
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Name of the application

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

      Current status of the application

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

      Current status of the application

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

      Timestamp when the application was last updated

      Parameters:
      updatedAt - Timestamp when the application was last updated
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workspaceName

      DescribeApplicationResponse.Builder workspaceName(String workspaceName)

      Name of the workspace this application belongs to

      Parameters:
      workspaceName - Name of the workspace this application belongs to
      Returns:
      Returns a reference to this object so that method calls can be chained together.