public static interface CreateStageResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<CreateStageResponse.Builder,CreateStageResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateStageResponse.Builder |
accessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
default CreateStageResponse.Builder |
accessLogSettings(Consumer<AccessLogSettings.Builder> accessLogSettings)
Settings for logging access in this stage.
|
CreateStageResponse.Builder |
clientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
|
CreateStageResponse.Builder |
createdDate(Instant createdDate)
The timestamp when the stage was created.
|
default CreateStageResponse.Builder |
defaultRouteSettings(Consumer<RouteSettings.Builder> defaultRouteSettings)
Default route settings for the stage.
|
CreateStageResponse.Builder |
defaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
|
CreateStageResponse.Builder |
deploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
|
CreateStageResponse.Builder |
description(String description)
The description of the stage.
|
CreateStageResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The timestamp when the stage was last updated.
|
CreateStageResponse.Builder |
routeSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
|
CreateStageResponse.Builder |
stageName(String stageName)
The name of the stage.
|
CreateStageResponse.Builder |
stageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource.
|
CreateStageResponse.Builder |
tags(Map<String,String> tags)
The key-value map of strings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStageResponse.Builder accessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
accessLogSettings - Settings for logging access in this stage.default CreateStageResponse.Builder accessLogSettings(Consumer<AccessLogSettings.Builder> accessLogSettings)
Settings for logging access in this stage.
This is a convenience that creates an instance of theAccessLogSettings.Builder avoiding the need to
create one manually via AccessLogSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accessLogSettings(AccessLogSettings).accessLogSettings - a consumer that will call methods on AccessLogSettings.BuilderaccessLogSettings(AccessLogSettings)CreateStageResponse.Builder clientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
clientCertificateId - The identifier of a client certificate for a Stage.CreateStageResponse.Builder createdDate(Instant createdDate)
The timestamp when the stage was created.
createdDate - The timestamp when the stage was created.CreateStageResponse.Builder defaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
defaultRouteSettings - Default route settings for the stage.default CreateStageResponse.Builder defaultRouteSettings(Consumer<RouteSettings.Builder> defaultRouteSettings)
Default route settings for the stage.
This is a convenience that creates an instance of theRouteSettings.Builder avoiding the need to
create one manually via RouteSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to defaultRouteSettings(RouteSettings).defaultRouteSettings - a consumer that will call methods on RouteSettings.BuilderdefaultRouteSettings(RouteSettings)CreateStageResponse.Builder deploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
deploymentId - The identifier of the Deployment that the Stage is associated with.CreateStageResponse.Builder description(String description)
The description of the stage.
description - The description of the stage.CreateStageResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The timestamp when the stage was last updated.
lastUpdatedDate - The timestamp when the stage was last updated.CreateStageResponse.Builder routeSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
routeSettings - Route settings for the stage.CreateStageResponse.Builder stageName(String stageName)
The name of the stage.
stageName - The name of the stage.CreateStageResponse.Builder stageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
stageVariables - A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and
underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.CreateStageResponse.Builder tags(Map<String,String> tags)
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters..
tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters..Copyright © 2019. All rights reserved.