public static interface ResourceIdentifier.Builder extends SdkPojo, CopyableBuilder<ResourceIdentifier.Builder,ResourceIdentifier>
| Modifier and Type | Method and Description |
|---|---|
ResourceIdentifier.Builder |
resourceDeletionTime(Instant resourceDeletionTime)
The time that the resource was deleted.
|
ResourceIdentifier.Builder |
resourceId(String resourceId)
The ID of the resource (for example,
sg-xxxxxx). |
ResourceIdentifier.Builder |
resourceName(String resourceName)
The custom name of the resource (if available).
|
ResourceIdentifier.Builder |
resourceType(ResourceType resourceType)
The type of resource.
|
ResourceIdentifier.Builder |
resourceType(String resourceType)
The type of resource.
|
copyapplyMutation, buildResourceIdentifier.Builder resourceType(String resourceType)
The type of resource.
resourceType - The type of resource.ResourceType,
ResourceTypeResourceIdentifier.Builder resourceType(ResourceType resourceType)
The type of resource.
resourceType - The type of resource.ResourceType,
ResourceTypeResourceIdentifier.Builder resourceId(String resourceId)
The ID of the resource (for example, sg-xxxxxx).
resourceId - The ID of the resource (for example, sg-xxxxxx).ResourceIdentifier.Builder resourceName(String resourceName)
The custom name of the resource (if available).
resourceName - The custom name of the resource (if available).ResourceIdentifier.Builder resourceDeletionTime(Instant resourceDeletionTime)
The time that the resource was deleted.
resourceDeletionTime - The time that the resource was deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.