Interface ResourceDetail.Builder

    • Method Detail

      • id

        ResourceDetail.Builder id​(String id)

        The identifier of the resource.

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

        ResourceDetail.Builder arn​(String arn)

        The ARN of the resource.

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

        ResourceDetail.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.
      • description

        ResourceDetail.Builder description​(String description)

        The description of the resource.

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

        ResourceDetail.Builder createdTime​(Instant createdTime)

        The creation time of the resource.

        Parameters:
        createdTime - The creation time of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.