Interface UntagResourceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>, RamRequest.Builder, SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UntagResourceRequest

public static interface UntagResourceRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
  • Method Details

    • resourceShareArn

      UntagResourceRequest.Builder resourceShareArn(String resourceShareArn)

      Specifies the Amazon Resource Name (ARN) of the resource share that you want to remove tags from. The tags are removed from the resource share, not the resources in the resource share. You must specify either resourceShareArn, or resourceArn, but not both.

      Parameters:
      resourceShareArn - Specifies the Amazon Resource Name (ARN) of the resource share that you want to remove tags from. The tags are removed from the resource share, not the resources in the resource share. You must specify either resourceShareArn, or resourceArn, but not both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagKeys

      Specifies a list of one or more tag keys that you want to remove.

      Parameters:
      tagKeys - Specifies a list of one or more tag keys that you want to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagKeys

      UntagResourceRequest.Builder tagKeys(String... tagKeys)

      Specifies a list of one or more tag keys that you want to remove.

      Parameters:
      tagKeys - Specifies a list of one or more tag keys that you want to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      UntagResourceRequest.Builder resourceArn(String resourceArn)

      Specifies the Amazon Resource Name (ARN) of the managed permission that you want to remove tags from. You must specify either resourceArn, or resourceShareArn, but not both.

      Parameters:
      resourceArn - Specifies the Amazon Resource Name (ARN) of the managed permission that you want to remove tags from. You must specify either resourceArn, or resourceShareArn, but not both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UntagResourceRequest.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.