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 Details

    • 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.