Uses of Interface
software.amazon.awssdk.services.synthetics.model.RuntimeVersion.Builder
-
Packages that use RuntimeVersion.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of RuntimeVersion.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return RuntimeVersion.Builder Modifier and Type Method Description static RuntimeVersion.BuilderRuntimeVersion. builder()RuntimeVersion.BuilderRuntimeVersion.Builder. deprecationDate(Instant deprecationDate)If this runtime version is deprecated, this value is the date of deprecation.RuntimeVersion.BuilderRuntimeVersion.Builder. description(String description)A description of the runtime version, created by Amazon.RuntimeVersion.BuilderRuntimeVersion.Builder. releaseDate(Instant releaseDate)The date that the runtime version was released.RuntimeVersion.BuilderRuntimeVersion. toBuilder()RuntimeVersion.BuilderRuntimeVersion.Builder. versionName(String versionName)The name of the runtime version.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type RuntimeVersion.Builder Modifier and Type Method Description static Class<? extends RuntimeVersion.Builder>RuntimeVersion. serializableBuilderClass()
-