public static interface ResourceUri.Builder extends CopyableBuilder<ResourceUri.Builder,ResourceUri>
| Modifier and Type | Method and Description |
|---|---|
ResourceUri.Builder |
resourceType(ResourceType resourceType)
The type of the resource.
|
ResourceUri.Builder |
resourceType(String resourceType)
The type of the resource.
|
ResourceUri.Builder |
uri(String uri)
The URI for accessing the resource.
|
copyapply, buildResourceUri.Builder resourceType(String resourceType)
The type of the resource.
resourceType - The type of the resource.ResourceType,
ResourceTypeResourceUri.Builder resourceType(ResourceType resourceType)
The type of the resource.
resourceType - The type of the resource.ResourceType,
ResourceTypeResourceUri.Builder uri(String uri)
The URI for accessing the resource.
uri - The URI for accessing the resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.