CopyableBuilder<ResourcePath.Builder,ResourcePath>, SdkBuilder<ResourcePath.Builder,ResourcePath>public static interface ResourcePath.Builder extends CopyableBuilder<ResourcePath.Builder,ResourcePath>
| Modifier and Type | Method | Description |
|---|---|---|
ResourcePath.Builder |
components(Collection<ResourcePathComponent> components) |
The components of the resource path.
|
ResourcePath.Builder |
components(ResourcePathComponent... components) |
The components of the resource path.
|
copyapply, buildResourcePath.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.
NOTE: This method appends the values to the existing list (if any). Use
#setComponents(java.util.Collection) or #withComponents(java.util.Collection) if you want to
override the existing values.
components - The components of the resource path.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.