Interface ResourceLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceLocation.Builder,ResourceLocation>,SdkBuilder<ResourceLocation.Builder,ResourceLocation>,SdkPojo
- Enclosing class:
- ResourceLocation
public static interface ResourceLocation.Builder extends SdkPojo, CopyableBuilder<ResourceLocation.Builder,ResourceLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceLocation.BuilderlogicalResourceId(String logicalResourceId)The logical name of the resource specified in the template.ResourceLocation.BuilderstackName(String stackName)The name associated with the stack.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-