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 Details

    • 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

      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.