public static interface ResourcePath.Builder extends CopyableBuilder<ResourcePath.Builder,ResourcePath>
Modifier and Type | Method and Description |
---|---|
ResourcePath.Builder |
components(Collection<ResourcePathComponent> components)
The components of the resource path.
|
ResourcePath.Builder |
components(ResourcePathComponent... components)
The components of the resource path.
|
copy
apply, build
ResourcePath.Builder components(Collection<ResourcePathComponent> components)
The components of the resource path.
components
- The components of the resource path.ResourcePath.Builder components(ResourcePathComponent... components)
The components of the resource path.
components
- The components of the resource path.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.