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