Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
Packages that use CreateStageRequest.Builder
Package
Description
-
Uses of CreateStageRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateStageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateStageResponse>ApiGatewayAsyncClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.default CreateStageResponseApiGatewayClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API. -
Uses of CreateStageRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateStageRequest.BuilderModifier and TypeMethodDescriptionstatic CreateStageRequest.BuilderCreateStageRequest.builder()CreateStageRequest.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Whether cache clustering is enabled for the stage.CreateStageRequest.Builder.cacheClusterSize(String cacheClusterSize) The stage's cache capacity in GB.default CreateStageRequest.BuilderCreateStageRequest.Builder.canarySettings(Consumer<CanarySettings.Builder> canarySettings) The canary deployment settings of this stage.CreateStageRequest.Builder.canarySettings(CanarySettings canarySettings) The canary deployment settings of this stage.CreateStageRequest.Builder.deploymentId(String deploymentId) The identifier of the Deployment resource for the Stage resource.CreateStageRequest.Builder.description(String description) The description of the Stage resource.CreateStageRequest.Builder.documentationVersion(String documentationVersion) The version of the associated API documentation.CreateStageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateStageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The string identifier of the associated RestApi.The name for the Stage resource.The key-value map of strings.CreateStageRequest.toBuilder()CreateStageRequest.Builder.tracingEnabled(Boolean tracingEnabled) Specifies whether active tracing with X-ray is enabled for the Stage.A map that defines the stage variables for the new Stage resource.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateStageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateStageRequest.Builder>CreateStageRequest.serializableBuilderClass()