Interface AddressList.Builder

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

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

    • addressListArn

      AddressList.Builder addressListArn(String addressListArn)

      The Amazon Resource Name (ARN) of the address list.

      Parameters:
      addressListArn - The Amazon Resource Name (ARN) of the address list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • addressListId

      AddressList.Builder addressListId(String addressListId)

      The identifier of the address list.

      Parameters:
      addressListId - The identifier of the address list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • addressListName

      AddressList.Builder addressListName(String addressListName)

      The user-friendly name of the address list.

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

      AddressList.Builder createdTimestamp(Instant createdTimestamp)

      The timestamp of when the address list was created.

      Parameters:
      createdTimestamp - The timestamp of when the address list was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTimestamp

      AddressList.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)

      The timestamp of when the address list was last updated.

      Parameters:
      lastUpdatedTimestamp - The timestamp of when the address list was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.