Interface PutResourceSetRequest.Builder

    • Method Detail

      • resourceSet

        PutResourceSetRequest.Builder resourceSet​(ResourceSet resourceSet)

        Details about the resource set to be created or updated.>

        Parameters:
        resourceSet - Details about the resource set to be created or updated.>
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        PutResourceSetRequest.Builder tagList​(Collection<Tag> tagList)

        Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

        Parameters:
        tagList - Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        PutResourceSetRequest.Builder tagList​(Tag... tagList)

        Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

        Parameters:
        tagList - Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        PutResourceSetRequest.Builder tagList​(Consumer<Tag.Builder>... tagList)

        Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

        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 #tagList(List).

        Parameters:
        tagList - 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:
        #tagList(java.util.Collection)