Interface SupportedResourceType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SupportedResourceType.Builder,SupportedResourceType>,SdkBuilder<SupportedResourceType.Builder,SupportedResourceType>,SdkPojo
- Enclosing class:
- SupportedResourceType
public static interface SupportedResourceType.Builder extends SdkPojo, CopyableBuilder<SupportedResourceType.Builder,SupportedResourceType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportedResourceType.BuilderresourceType(String resourceType)The unique identifier of the resource type.SupportedResourceType.Builderservice(String service)The Amazon Web Service that is associated with the resource type.-
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
-
resourceType
SupportedResourceType.Builder resourceType(String resourceType)
The unique identifier of the resource type.
- Parameters:
resourceType- The unique identifier of the resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
SupportedResourceType.Builder service(String service)
The Amazon Web Service that is associated with the resource type. This is the primary service that lets you create and interact with resources of this type.
- Parameters:
service- The Amazon Web Service that is associated with the resource type. This is the primary service that lets you create and interact with resources of this type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-