Interface IdentifierParts.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdentifierParts.Builder,,IdentifierParts> SdkBuilder<IdentifierParts.Builder,,IdentifierParts> SdkPojo
- Enclosing class:
IdentifierParts
@Mutable
@NotThreadSafe
public static interface IdentifierParts.Builder
extends SdkPojo, CopyableBuilder<IdentifierParts.Builder,IdentifierParts>
-
Method Summary
Modifier and TypeMethodDescriptionThe method of the product REST endpoint.The path of the product REST endpoint.The REST API ID of the product REST endpoint.The stage of the product REST endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
method
The method of the product REST endpoint.
- Parameters:
method- The method of the product REST endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The path of the product REST endpoint.
- Parameters:
path- The path of the product REST endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restApiId
The REST API ID of the product REST endpoint.
- Parameters:
restApiId- The REST API ID of the product REST endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stage
The stage of the product REST endpoint.
- Parameters:
stage- The stage of the product REST endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-