Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
Packages that use CreateDeploymentRequest.Builder
Package
Description
-
Uses of CreateDeploymentRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateDeploymentRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet.default CreateDeploymentResponseApiGatewayClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet. -
Uses of CreateDeploymentRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateDeploymentRequest.BuilderModifier and TypeMethodDescriptionCreateDeploymentRequest.builder()CreateDeploymentRequest.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Enables a cache cluster for the Stage resource specified in the input.CreateDeploymentRequest.Builder.cacheClusterSize(String cacheClusterSize) The stage's cache capacity in GB.default CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder.canarySettings(Consumer<DeploymentCanarySettings.Builder> canarySettings) The input configuration for the canary deployment when the deployment is a canary release deployment.CreateDeploymentRequest.Builder.canarySettings(DeploymentCanarySettings canarySettings) The input configuration for the canary deployment when the deployment is a canary release deployment.CreateDeploymentRequest.Builder.description(String description) The description for the Deployment resource to create.CreateDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The string identifier of the associated RestApi.CreateDeploymentRequest.Builder.stageDescription(String stageDescription) The description of the Stage resource for the Deployment resource to create.The name of the Stage resource for the Deployment resource to create.CreateDeploymentRequest.toBuilder()CreateDeploymentRequest.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 Stage resource that is associated with the new deployment.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateDeploymentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDeploymentRequest.Builder>CreateDeploymentRequest.serializableBuilderClass()