Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
Packages that use UpdateStageResponse.Builder
-
Uses of UpdateStageResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateStageResponse.BuilderModifier and TypeMethodDescriptiondefault UpdateStageResponse.BuilderUpdateStageResponse.Builder.accessLogSettings(Consumer<AccessLogSettings.Builder> accessLogSettings) Settings for logging access in this stage.UpdateStageResponse.Builder.accessLogSettings(AccessLogSettings accessLogSettings) Settings for logging access in this stage.static UpdateStageResponse.BuilderUpdateStageResponse.builder()UpdateStageResponse.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Specifies whether a cache cluster is enabled for the stage.UpdateStageResponse.Builder.cacheClusterSize(String cacheClusterSize) The stage's cache capacity in GB.UpdateStageResponse.Builder.cacheClusterStatus(String cacheClusterStatus) The status of the cache cluster for the stage, if enabled.UpdateStageResponse.Builder.cacheClusterStatus(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.default UpdateStageResponse.BuilderUpdateStageResponse.Builder.canarySettings(Consumer<CanarySettings.Builder> canarySettings) Settings for the canary deployment in this stage.UpdateStageResponse.Builder.canarySettings(CanarySettings canarySettings) Settings for the canary deployment in this stage.UpdateStageResponse.Builder.clientCertificateId(String clientCertificateId) The identifier of a client certificate for an API stage.UpdateStageResponse.Builder.createdDate(Instant createdDate) The timestamp when the stage was created.UpdateStageResponse.Builder.deploymentId(String deploymentId) The identifier of the Deployment that the stage points to.UpdateStageResponse.Builder.description(String description) The stage's description.UpdateStageResponse.Builder.documentationVersion(String documentationVersion) The version of the associated API documentation.UpdateStageResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) The timestamp when the stage last updated.UpdateStageResponse.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.UpdateStageResponse.toBuilder()UpdateStageResponse.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 UpdateStageResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateStageResponse.Builder>UpdateStageResponse.serializableBuilderClass()