Interface TagResourcesResponse.Builder

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

  • Method Details

    • failedResourcesMap

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

      A map containing a key-value pair for each failed item that couldn't be tagged. 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 tagged. 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.