Uses of Interface
software.amazon.awssdk.services.backup.model.Framework.Builder
-
Packages that use Framework.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of Framework.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return Framework.Builder Modifier and Type Method Description static Framework.BuilderFramework. builder()Framework.BuilderFramework.Builder. creationTime(Instant creationTime)The date and time that a framework is created, in ISO 8601 representation.Framework.BuilderFramework.Builder. deploymentStatus(String deploymentStatus)The deployment status of a framework.Framework.BuilderFramework.Builder. frameworkArn(String frameworkArn)An Amazon Resource Name (ARN) that uniquely identifies a resource.Framework.BuilderFramework.Builder. frameworkDescription(String frameworkDescription)An optional description of the framework with a maximum 1,024 characters.Framework.BuilderFramework.Builder. frameworkName(String frameworkName)The unique name of a framework.Framework.BuilderFramework.Builder. numberOfControls(Integer numberOfControls)The number of controls contained by the framework.Framework.BuilderFramework. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type Framework.Builder Modifier and Type Method Description static Class<? extends Framework.Builder>Framework. serializableBuilderClass()
-