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