Uses of Interface
software.amazon.awssdk.services.backup.model.ControlInputParameter.Builder
-
Packages that use ControlInputParameter.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ControlInputParameter.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ControlInputParameter.Builder Modifier and Type Method Description static ControlInputParameter.BuilderControlInputParameter. builder()ControlInputParameter.BuilderControlInputParameter.Builder. parameterName(String parameterName)The name of a parameter, for example,BackupPlanFrequency.ControlInputParameter.BuilderControlInputParameter.Builder. parameterValue(String parameterValue)The value of parameter, for example,hourly.ControlInputParameter.BuilderControlInputParameter. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ControlInputParameter.Builder Modifier and Type Method Description static Class<? extends ControlInputParameter.Builder>ControlInputParameter. serializableBuilderClass()
-