public static interface ResourceAlreadyExistsException.Builder extends CopyableBuilder<ResourceAlreadyExistsException.Builder,ResourceAlreadyExistsException>
Modifier and Type | Method and Description |
---|---|
ResourceAlreadyExistsException.Builder |
message(String message) |
ResourceAlreadyExistsException.Builder |
resourceArn(String resourceArn)
The ARN of the resource that caused the exception.
|
ResourceAlreadyExistsException.Builder |
resourceId(String resourceId)
The ID of the resource that caused the exception.
|
copy
apply, build
ResourceAlreadyExistsException.Builder resourceId(String resourceId)
The ID of the resource that caused the exception.
resourceId
- The ID of the resource that caused the exception.ResourceAlreadyExistsException.Builder resourceArn(String resourceArn)
The ARN of the resource that caused the exception.
resourceArn
- The ARN of the resource that caused the exception.ResourceAlreadyExistsException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.