Interface CreateDeploymentRequest.Builder
-
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>,SdkBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDeploymentRequest
public static interface CreateDeploymentRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDeploymentRequest.BuilderapiId(String apiId)The API identifier.CreateDeploymentRequest.Builderdescription(String description)The description for the deployment resource.CreateDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDeploymentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDeploymentRequest.BuilderstageName(String stageName)The name of the Stage resource for the Deployment resource to create.-
Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFields
-
-
-
-
Method Detail
-
apiId
CreateDeploymentRequest.Builder apiId(String apiId)
The API identifier.
- Parameters:
apiId- The API identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateDeploymentRequest.Builder description(String description)
The description for the deployment resource.
- Parameters:
description- The description for the deployment resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
CreateDeploymentRequest.Builder stageName(String stageName)
The name of the Stage resource for the Deployment resource to create.
- Parameters:
stageName- The name of the Stage resource for the Deployment resource to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-