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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource.Builderid(String id)The unique identifier of the resource.Resource.Buildertype(String type)Type of the resource, which is the product.-
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 Detail
-
id
Resource.Builder id(String id)
The unique identifier of the resource.
We mention the term resource, which is most commonly a product, so a
resourceIdis also aproductId.- Parameters:
id- The unique identifier of the resource.We mention the term resource, which is most commonly a product, so a
resourceIdis also aproductId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Resource.Builder type(String type)
Type of the resource, which is the product. Values include
SaaSProductorAmiProduct.- Parameters:
type- Type of the resource, which is the product. Values includeSaaSProductorAmiProduct.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-