Interface Resource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Resource.Builder,
,Resource> SdkBuilder<Resource.Builder,
,Resource> SdkPojo
- Enclosing class:
Resource
public static interface Resource.Builder
extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for the resource.subResourceId
(String subResourceId) The identifier for a section of the resource, such as an AWS Lambda layer.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, sdkFields
-
Method Details
-
id
The identifier for the resource.
- Parameters:
id
- The identifier for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subResourceId
The identifier for a section of the resource, such as an AWS Lambda layer.
- Parameters:
subResourceId
- The identifier for a section of the resource, such as an AWS Lambda layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-