CopyableBuilder<ResourceIdentifier.Builder,ResourceIdentifier>, SdkBuilder<ResourceIdentifier.Builder,ResourceIdentifier>public static interface ResourceIdentifier.Builder extends CopyableBuilder<ResourceIdentifier.Builder,ResourceIdentifier>
| Modifier and Type | Method | Description |
|---|---|---|
ResourceIdentifier.Builder |
resourceDeletionTime(Date 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(String resourceType) |
The type of resource.
|
ResourceIdentifier.Builder |
resourceType(ResourceType resourceType) |
The type of resource.
|
copyapply, buildResourceIdentifier.Builder resourceType(String resourceType)
The type of resource.
resourceType - The type of resource.ResourceTypeResourceIdentifier.Builder resourceType(ResourceType resourceType)
The type of resource.
resourceType - The type of resource.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(Date 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.