Interface Resource.Builder

    • Method Detail

      • name

        Resource.Builder name​(String name)

        The name of the resource.

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

        Resource.Builder arn​(String arn)

        The Amazon resource name (ARN) of the resource.

        Parameters:
        arn - The Amazon resource name (ARN) of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationTime

        Resource.Builder associationTime​(Instant associationTime)

        The time the resource was associated with the application.

        Parameters:
        associationTime - The time the resource was associated with the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integrations

        Resource.Builder integrations​(ResourceIntegrations integrations)

        The service integration information about the resource.

        Parameters:
        integrations - The service integration information about the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.