Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
Packages that use CreateStageResponse.Builder
-
Uses of CreateStageResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateStageResponse.BuilderModifier and TypeMethodDescriptiondefault CreateStageResponse.BuilderCreateStageResponse.Builder.accessLogSettings(Consumer<AccessLogSettings.Builder> accessLogSettings) Settings for logging access in this stage.CreateStageResponse.Builder.accessLogSettings(AccessLogSettings accessLogSettings) Settings for logging access in this stage.static CreateStageResponse.BuilderCreateStageResponse.builder()CreateStageResponse.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Specifies whether a cache cluster is enabled for the stage.CreateStageResponse.Builder.cacheClusterSize(String cacheClusterSize) The stage's cache capacity in GB.CreateStageResponse.Builder.cacheClusterStatus(String cacheClusterStatus) The status of the cache cluster for the stage, if enabled.CreateStageResponse.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.default CreateStageResponse.BuilderCreateStageResponse.Builder.canarySettings(Consumer<CanarySettings.Builder> canarySettings) Settings for the canary deployment in this stage.CreateStageResponse.Builder.canarySettings(CanarySettings canarySettings) Settings for the canary deployment in this stage.CreateStageResponse.Builder.clientCertificateId(String clientCertificateId) The identifier of a client certificate for an API stage.CreateStageResponse.Builder.createdDate(Instant createdDate) The timestamp when the stage was created.CreateStageResponse.Builder.deploymentId(String deploymentId) The identifier of the Deployment that the stage points to.CreateStageResponse.Builder.description(String description) The stage's description.CreateStageResponse.Builder.documentationVersion(String documentationVersion) The version of the associated API documentation.CreateStageResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) The timestamp when the stage last updated.CreateStageResponse.Builder.methodSettings(Map<String, MethodSetting> methodSettings) A map that defines the method settings for a Stage resource.The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.The collection of tags.CreateStageResponse.toBuilder()CreateStageResponse.Builder.tracingEnabled(Boolean tracingEnabled) Specifies whether active tracing with X-ray is enabled for the Stage.A map that defines the stage variables for a Stage resource.The ARN of the WebAcl associated with the Stage.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateStageResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateStageResponse.Builder>CreateStageResponse.serializableBuilderClass()