default Stage.Builder |
Stage.Builder.accessLogSettings(Consumer<AccessLogSettings.Builder> accessLogSettings) |
Settings for logging access in this stage.
|
Stage.Builder |
Stage.Builder.accessLogSettings(AccessLogSettings accessLogSettings) |
Settings for logging access in this stage.
|
Stage.Builder |
Stage.Builder.apiGatewayManaged(Boolean apiGatewayManaged) |
Specifies whether a stage is managed by API Gateway.
|
Stage.Builder |
Stage.Builder.autoDeploy(Boolean autoDeploy) |
Specifies whether updates to an API automatically trigger a new deployment.
|
static Stage.Builder |
Stage.builder() |
|
Stage.Builder |
Stage.Builder.clientCertificateId(String clientCertificateId) |
The identifier of a client certificate for a Stage.
|
Stage.Builder |
Stage.Builder.createdDate(Instant createdDate) |
The timestamp when the stage was created.
|
default Stage.Builder |
Stage.Builder.defaultRouteSettings(Consumer<RouteSettings.Builder> defaultRouteSettings) |
Default route settings for the stage.
|
Stage.Builder |
Stage.Builder.defaultRouteSettings(RouteSettings defaultRouteSettings) |
Default route settings for the stage.
|
Stage.Builder |
Stage.Builder.deploymentId(String deploymentId) |
The identifier of the Deployment that the Stage is associated with.
|
Stage.Builder |
Stage.Builder.description(String description) |
The description of the stage.
|
Stage.Builder |
Stage.Builder.lastDeploymentStatusMessage(String lastDeploymentStatusMessage) |
Describes the status of the last deployment of a stage.
|
Stage.Builder |
Stage.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The timestamp when the stage was last updated.
|
Stage.Builder |
Stage.Builder.routeSettings(Map<String,RouteSettings> routeSettings) |
Route settings for the stage, by routeKey.
|
Stage.Builder |
Stage.Builder.stageName(String stageName) |
The name of the stage.
|
Stage.Builder |
Stage.Builder.stageVariables(Map<String,String> stageVariables) |
A map that defines the stage variables for a stage resource.
|
Stage.Builder |
Stage.Builder.tags(Map<String,String> tags) |
The collection of tags.
|
Stage.Builder |
Stage.toBuilder() |
|