Interface Type.Builder

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

public static interface Type.Builder extends SdkPojo, CopyableBuilder<Type.Builder,Type>
  • Method Details

    • name

      Type.Builder name(String name)

      The type name.

      Parameters:
      name - The type name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Type.Builder description(String description)

      The type description.

      Parameters:
      description - The type description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      Type.Builder arn(String arn)

      The type Amazon Resource Name (ARN).

      Parameters:
      arn - The type Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • definition

      Type.Builder definition(String definition)

      The type definition.

      Parameters:
      definition - The type definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • format

      Type.Builder format(String format)

      The type format: SDL or JSON.

      Parameters:
      format - The type format: SDL or JSON.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The type format: SDL or JSON.

      Parameters:
      format - The type format: SDL or JSON.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: