Interface StageKey.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StageKey.Builder,,StageKey> SdkBuilder<StageKey.Builder,,StageKey> SdkPojo
- Enclosing class:
- StageKey
@Mutable
@NotThreadSafe
public static interface StageKey.Builder
extends SdkPojo, CopyableBuilder<StageKey.Builder,StageKey>
-
Method Summary
Modifier and TypeMethodDescriptionThe string identifier of the associated RestApi.The stage name associated with the stage key.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
-
restApiId
The string identifier of the associated RestApi.
- Parameters:
restApiId- The string identifier of the associated RestApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
The stage name associated with the stage key.
- Parameters:
stageName- The stage name associated with the stage key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-