Interface Label.Builder

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

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

    • name

      Label.Builder name(String name)

      The label name.

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

      Label.Builder description(String description)

      The label description.

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

      Label.Builder lastUpdatedTime(String lastUpdatedTime)

      Timestamp of when the label was last updated.

      Parameters:
      lastUpdatedTime - Timestamp of when the label was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      Label.Builder createdTime(String createdTime)

      Timestamp of when the event type was created.

      Parameters:
      createdTime - Timestamp of when the event type was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The label ARN.

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