public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
id(String id)
The identifier for the resource.
|
Resource.Builder |
subResourceId(String subResourceId)
The identifier for a section of the resource, such as an AWS Lambda layer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResource.Builder id(String id)
The identifier for the resource.
id - The identifier for the resource.Resource.Builder subResourceId(String subResourceId)
The identifier for a section of the resource, such as an AWS Lambda layer.
subResourceId - The identifier for a section of the resource, such as an AWS Lambda layer.Copyright © 2023. All rights reserved.