Interface GroupingResource.Builder

    • Method Detail

      • logicalResourceId

        GroupingResource.Builder logicalResourceId​(LogicalResourceId logicalResourceId)

        Indicates the logical identifier of the resource.

        Parameters:
        logicalResourceId - Indicates the logical identifier of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalResourceId

        GroupingResource.Builder physicalResourceId​(PhysicalResourceId physicalResourceId)

        Indicates the physical identifier of the resource.

        Parameters:
        physicalResourceId - Indicates the physical identifier of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceName

        GroupingResource.Builder resourceName​(String resourceName)

        Indicates the resource name.

        Parameters:
        resourceName - Indicates the resource name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        GroupingResource.Builder resourceType​(String resourceType)

        Indicates the resource type.

        Parameters:
        resourceType - Indicates the resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceAppComponentIds

        GroupingResource.Builder sourceAppComponentIds​(Collection<String> sourceAppComponentIds)

        Indicates the identifier of the source AppComponents in which the resources were previously grouped into.

        Parameters:
        sourceAppComponentIds - Indicates the identifier of the source AppComponents in which the resources were previously grouped into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceAppComponentIds

        GroupingResource.Builder sourceAppComponentIds​(String... sourceAppComponentIds)

        Indicates the identifier of the source AppComponents in which the resources were previously grouped into.

        Parameters:
        sourceAppComponentIds - Indicates the identifier of the source AppComponents in which the resources were previously grouped into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.