Interface UntagResourcesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UntagResourcesResponse.Builder,UntagResourcesResponse>, ResourceGroupsTaggingApiResponse.Builder, SdkBuilder<UntagResourcesResponse.Builder,UntagResourcesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UntagResourcesResponse

  • Method Details

    • failedResourcesMap

      UntagResourcesResponse.Builder failedResourcesMap(Map<String,FailureInfo> failedResourcesMap)

      A map containing a key-value pair for each failed item that couldn't be untagged. The key is the ARN of the failed resource. The value is a FailureInfo object that contains an error code, a status code, and an error message. If there are no errors, the FailedResourcesMap is empty.

      Parameters:
      failedResourcesMap - A map containing a key-value pair for each failed item that couldn't be untagged. The key is the ARN of the failed resource. The value is a FailureInfo object that contains an error code, a status code, and an error message. If there are no errors, the FailedResourcesMap is empty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.