Interface ResourceLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceLocation.Builder,ResourceLocation>, SdkBuilder<ResourceLocation.Builder,ResourceLocation>, SdkPojo
Enclosing class:
ResourceLocation

@Mutable @NotThreadSafe public static interface ResourceLocation.Builder extends SdkPojo, CopyableBuilder<ResourceLocation.Builder,ResourceLocation>
  • Method Details

    • stackName

      ResourceLocation.Builder stackName(String stackName)

      The name associated with the stack.

      Parameters:
      stackName - The name associated with the stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logicalResourceId

      ResourceLocation.Builder logicalResourceId(String logicalResourceId)

      The logical name of the resource specified in the template.

      Parameters:
      logicalResourceId - The logical name of the resource specified in the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.