Interface CreateOptOutListResponse.Builder

    • Method Detail

      • optOutListArn

        CreateOptOutListResponse.Builder optOutListArn​(String optOutListArn)

        The Amazon Resource Name (ARN) for the OptOutList.

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

        CreateOptOutListResponse.Builder optOutListName​(String optOutListName)

        The name of the new OptOutList.

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

        CreateOptOutListResponse.Builder tags​(Collection<Tag> tags)

        An array of tags (key and value pairs) associated with the new OptOutList.

        Parameters:
        tags - An array of tags (key and value pairs) associated with the new OptOutList.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateOptOutListResponse.Builder tags​(Tag... tags)

        An array of tags (key and value pairs) associated with the new OptOutList.

        Parameters:
        tags - An array of tags (key and value pairs) associated with the new OptOutList.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateOptOutListResponse.Builder tags​(Consumer<Tag.Builder>... tags)

        An array of tags (key and value pairs) associated with the new OptOutList.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)
      • createdTimestamp

        CreateOptOutListResponse.Builder createdTimestamp​(Instant createdTimestamp)

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

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