Interface RequiredActivatedType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RequiredActivatedType.Builder,RequiredActivatedType>, SdkBuilder<RequiredActivatedType.Builder,RequiredActivatedType>, SdkPojo
Enclosing class:
RequiredActivatedType

@Mutable @NotThreadSafe public static interface RequiredActivatedType.Builder extends SdkPojo, CopyableBuilder<RequiredActivatedType.Builder,RequiredActivatedType>
  • Method Details

    • typeNameAlias

      RequiredActivatedType.Builder typeNameAlias(String typeNameAlias)

      An alias assigned to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.

      Parameters:
      typeNameAlias - An alias assigned to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originalTypeName

      RequiredActivatedType.Builder originalTypeName(String originalTypeName)

      The type name of the public extension.

      If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Use aliases to refer to extensions in the CloudFormation User Guide.

      Parameters:
      originalTypeName - The type name of the public extension.

      If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Use aliases to refer to extensions in the CloudFormation User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • publisherId

      RequiredActivatedType.Builder publisherId(String publisherId)

      The publisher ID of the extension publisher.

      Parameters:
      publisherId - The publisher ID of the extension publisher.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedMajorVersions

      RequiredActivatedType.Builder supportedMajorVersions(Collection<Integer> supportedMajorVersions)

      A list of the major versions of the extension type that the macro supports.

      Parameters:
      supportedMajorVersions - A list of the major versions of the extension type that the macro supports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedMajorVersions

      RequiredActivatedType.Builder supportedMajorVersions(Integer... supportedMajorVersions)

      A list of the major versions of the extension type that the macro supports.

      Parameters:
      supportedMajorVersions - A list of the major versions of the extension type that the macro supports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.