Interface Eula.Builder

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

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

    • content

      Eula.Builder content(String content)

      The EULA content.

      Parameters:
      content - The EULA content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      Eula.Builder createdAt(Instant createdAt)

      The ISO timestamp in seconds for when the resource was created.

      Parameters:
      createdAt - The ISO timestamp in seconds for when the resource was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eulaId

      Eula.Builder eulaId(String eulaId)

      The EULA ID.

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

      Eula.Builder name(String name)

      The name for the EULA.

      Parameters:
      name - The name for the EULA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      Eula.Builder updatedAt(Instant updatedAt)

      The ISO timestamp in seconds for when the resource was updated.

      Parameters:
      updatedAt - The ISO timestamp in seconds for when the resource was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.