Interface StageKey.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StageKey.Builder,StageKey>,SdkBuilder<StageKey.Builder,StageKey>,SdkPojo
- Enclosing class:
- StageKey
public static interface StageKey.Builder extends SdkPojo, CopyableBuilder<StageKey.Builder,StageKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StageKey.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.StageKey.BuilderstageName(String stageName)The stage name associated with the stage key.-
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
-
restApiId
StageKey.Builder restApiId(String 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
StageKey.Builder stageName(String 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.
-
-