Interface DescribeApplicationResponse.Builder

    • Method Detail

      • applicationId

        DescribeApplicationResponse.Builder applicationId​(String applicationId)

        The unique Id of the web application.

        Parameters:
        applicationId - The unique Id of the web application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationArn

        DescribeApplicationResponse.Builder applicationArn​(String applicationArn)

        The ARN of the web application.

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

        DescribeApplicationResponse.Builder applicationName​(String applicationName)

        The name of the web application.

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

        DescribeApplicationResponse.Builder applicationDescription​(String applicationDescription)

        An optional description of the web application.

        Parameters:
        applicationDescription - An optional description of the web application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationUrl

        DescribeApplicationResponse.Builder applicationUrl​(String applicationUrl)

        The URL of the web application.

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

        DescribeApplicationResponse.Builder applicationCreationDate​(Long applicationCreationDate)

        The date (in Unix epoch time) when the application was created.

        Parameters:
        applicationCreationDate - The date (in Unix epoch time) when the application was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationLastUpdateDate

        DescribeApplicationResponse.Builder applicationLastUpdateDate​(Long applicationLastUpdateDate)

        The date (in Unix epoch time) when the application was last updated.

        Parameters:
        applicationLastUpdateDate - The date (in Unix epoch time) when the application was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DescribeApplicationResponse.Builder roleArn​(String roleArn)

        The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.

        Parameters:
        roleArn - The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ssoClientId

        DescribeApplicationResponse.Builder ssoClientId​(String ssoClientId)

        The Id of the single sign-on client that you use to authenticate and authorize users on the web application.

        Parameters:
        ssoClientId - The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        DescribeApplicationResponse.Builder errorMessage​(String errorMessage)

        A message that explains any failures included in the applicationState response field. This message explains failures in the CreateApplication and DeleteApplication actions.

        Parameters:
        errorMessage - A message that explains any failures included in the applicationState response field. This message explains failures in the CreateApplication and DeleteApplication actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        A set of key/value pairs that you can use to manage the web application resource.

        Parameters:
        tags - A set of key/value pairs that you can use to manage the web application resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.