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.
|
copy
applyMutation, build
ResourceUri.Builder resourceType(String resourceType)
The type of the resource.
resourceType
- The type of the resource.ResourceType
,
ResourceType
ResourceUri.Builder resourceType(ResourceType resourceType)
The type of the resource.
resourceType
- The type of the resource.ResourceType
,
ResourceType
ResourceUri.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.