Interface CreateSegmentRequest.Builder

    • Method Detail

      • description

        CreateSegmentRequest.Builder description​(String description)

        An optional description for this segment.

        Parameters:
        description - An optional description for this segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateSegmentRequest.Builder name​(String name)

        A name for the segment.

        Parameters:
        name - A name for the segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateSegmentRequest.Builder tags​(Map<String,​String> tags)

        Assigns one or more tags (key-value pairs) to the segment.

        Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

        Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

        You can associate as many as 50 tags with a segment.

        For more information, see Tagging Amazon Web Services resources.

        Parameters:
        tags - Assigns one or more tags (key-value pairs) to the segment.

        Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

        Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

        You can associate as many as 50 tags with a segment.

        For more information, see Tagging Amazon Web Services resources.

        Returns:
        Returns a reference to this object so that method calls can be chained together.