Interface ResourcePathComponent.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourcePathComponent.Builder,ResourcePathComponent>
,SdkBuilder<ResourcePathComponent.Builder,ResourcePathComponent>
,SdkPojo
- Enclosing class:
- ResourcePathComponent
@Mutable @NotThreadSafe public static interface ResourcePathComponent.Builder extends SdkPojo, CopyableBuilder<ResourcePathComponent.Builder,ResourcePathComponent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
ResourcePathComponent.Builder id(String id)
The ID of the resource path.
- Parameters:
id
- The ID of the resource path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ResourcePathComponent.Builder name(String name)
The name of the resource path.
- Parameters:
name
- The name of the resource path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-