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
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
-