Interface PutResourceSetRequest.Builder

  • Method Details

    • 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.
    • resourceSet

      default PutResourceSetRequest.Builder resourceSet(Consumer<ResourceSet.Builder> resourceSet)

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

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resourceSet(ResourceSet).

      Parameters:
      resourceSet - a consumer that will call methods on ResourceSet.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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<Tag>).

      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:
    • overrideConfiguration

      PutResourceSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.