public static interface CreateDeploymentRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest.Builder |
apiId(String apiId)
The API identifier.
|
CreateDeploymentRequest.Builder |
description(String description)
The description for the deployment resource.
|
CreateDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDeploymentRequest.Builder |
stageName(String stageName)
The name of the Stage resource for the Deployment resource to create.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeploymentRequest.Builder apiId(String apiId)
The API identifier.
apiId - The API identifier.CreateDeploymentRequest.Builder description(String description)
The description for the deployment resource.
description - The description for the deployment resource.CreateDeploymentRequest.Builder stageName(String stageName)
The name of the Stage resource for the Deployment resource to create.
stageName - The name of the Stage resource for the Deployment resource to create.CreateDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.