public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
Resource.Builder |
creationTime(Instant creationTime)
The time when the resource was associated with the resource share.
|
Resource.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time when the association was last updated.
|
Resource.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
Resource.Builder |
status(ResourceStatus status)
The status of the resource.
|
Resource.Builder |
status(String status)
The status of the resource.
|
Resource.Builder |
statusMessage(String statusMessage)
A message about the status of the resource.
|
Resource.Builder |
type(String type)
The resource type.
|
copyapplyMutation, buildResource.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn - The Amazon Resource Name (ARN) of the resource.Resource.Builder type(String type)
The resource type.
type - The resource type.Resource.Builder resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
resourceShareArn - The Amazon Resource Name (ARN) of the resource share.Resource.Builder status(String status)
The status of the resource.
status - The status of the resource.ResourceStatus,
ResourceStatusResource.Builder status(ResourceStatus status)
The status of the resource.
status - The status of the resource.ResourceStatus,
ResourceStatusResource.Builder statusMessage(String statusMessage)
A message about the status of the resource.
statusMessage - A message about the status of the resource.Resource.Builder creationTime(Instant creationTime)
The time when the resource was associated with the resource share.
creationTime - The time when the resource was associated with the resource share.Resource.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time when the association was last updated.
lastUpdatedTime - The time when the association was last updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.