Interface SlotTypeMetadata.Builder

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

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

    • name

      The name of the slot type.

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

      SlotTypeMetadata.Builder description(String description)

      A description of the slot type.

      Parameters:
      description - A description of the slot type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedDate

      SlotTypeMetadata.Builder lastUpdatedDate(Instant lastUpdatedDate)

      The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.

      Parameters:
      lastUpdatedDate - The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdDate

      SlotTypeMetadata.Builder createdDate(Instant createdDate)

      The date that the slot type was created.

      Parameters:
      createdDate - The date that the slot type was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      SlotTypeMetadata.Builder version(String version)

      The version of the slot type.

      Parameters:
      version - The version of the slot type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.