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 Summary
Modifier and TypeMethodDescriptionlogicalResourceId
(String logicalResourceId) The logical name of the resource specified in the template.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 Details
-
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
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.
-