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