Interface DeleteOptOutListResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeleteOptOutListResponse.Builder,DeleteOptOutListResponse>, PinpointSmsVoiceV2Response.Builder, SdkBuilder<DeleteOptOutListResponse.Builder,DeleteOptOutListResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeleteOptOutListResponse

  • Method Details

    • optOutListArn

      DeleteOptOutListResponse.Builder optOutListArn(String optOutListArn)

      The Amazon Resource Name (ARN) of the OptOutList that was removed.

      Parameters:
      optOutListArn - The Amazon Resource Name (ARN) of the OptOutList that was removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optOutListName

      DeleteOptOutListResponse.Builder optOutListName(String optOutListName)

      The name of the OptOutList that was removed.

      Parameters:
      optOutListName - The name of the OptOutList that was removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimestamp

      DeleteOptOutListResponse.Builder createdTimestamp(Instant createdTimestamp)

      The time when the OptOutList was created, in UNIX epoch time format.

      Parameters:
      createdTimestamp - The time when the OptOutList was created, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.