Interface AllowDenyList.Builder

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

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

    • name

      The name of the list.

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

      AllowDenyList.Builder description(String description)

      The description of the list.

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

      AllowDenyList.Builder variableType(String variableType)

      The variable type of the list.

      Parameters:
      variableType - The variable type of the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      AllowDenyList.Builder createdTime(String createdTime)

      The time the list was created.

      Parameters:
      createdTime - The time the list was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedTime

      AllowDenyList.Builder updatedTime(String updatedTime)

      The time the list was last updated.

      Parameters:
      updatedTime - The time the list was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the list.

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