Interface ResourceKey.Builder

    • Method Detail

      • resourceType

        ResourceKey.Builder resourceType​(String resourceType)

        The resource type.

        Parameters:
        resourceType - The resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceId

        ResourceKey.Builder resourceId​(String resourceId)

        The ID of the resource (for example., sg-xxxxxx).

        Parameters:
        resourceId - The ID of the resource (for example., sg-xxxxxx).
        Returns:
        Returns a reference to this object so that method calls can be chained together.