Interface GetApplicationResponse.Builder

    • Method Detail

      • apiGatewayProxy

        GetApplicationResponse.Builder apiGatewayProxy​(ApiGatewayProxyConfig apiGatewayProxy)

        The endpoint URL of the API Gateway proxy.

        Parameters:
        apiGatewayProxy - The endpoint URL of the API Gateway proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationId

        GetApplicationResponse.Builder applicationId​(String applicationId)

        The unique identifier of the application.

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

        GetApplicationResponse.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.
      • createdByAccountId

        GetApplicationResponse.Builder createdByAccountId​(String createdByAccountId)

        The Amazon Web Services account ID of the application creator.

        Parameters:
        createdByAccountId - The Amazon Web Services account ID of the application creator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        GetApplicationResponse.Builder createdTime​(Instant createdTime)

        A timestamp that indicates when the application is created.

        Parameters:
        createdTime - A timestamp that indicates when the application is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

        GetApplicationResponse.Builder environmentId​(String environmentId)

        The unique identifier of the environment.

        Parameters:
        environmentId - The unique identifier of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        GetApplicationResponse.Builder error​(ErrorResponse error)

        Any error associated with the application resource.

        Parameters:
        error - Any error associated with the application resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        GetApplicationResponse.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        A timestamp that indicates when the application was last updated.

        Parameters:
        lastUpdatedTime - A timestamp that indicates when the application was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetApplicationResponse.Builder name​(String name)

        The name of the application.

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

        GetApplicationResponse.Builder ownerAccountId​(String ownerAccountId)

        The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).

        Parameters:
        ownerAccountId - The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proxyType

        GetApplicationResponse.Builder proxyType​(String proxyType)

        The proxy type of the proxy created within the application.

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

        GetApplicationResponse.Builder proxyType​(ProxyType proxyType)

        The proxy type of the proxy created within the application.

        Parameters:
        proxyType - The proxy type of the proxy created within the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProxyType, ProxyType
      • tags

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

        The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

        Parameters:
        tags - The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        GetApplicationResponse.Builder vpcId​(String vpcId)

        The ID of the virtual private cloud (VPC).

        Parameters:
        vpcId - The ID of the virtual private cloud (VPC).
        Returns:
        Returns a reference to this object so that method calls can be chained together.