Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.TargetAction.Builder
-
Packages that use TargetAction.Builder Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of TargetAction.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return TargetAction.Builder Modifier and Type Method Description static TargetAction.BuilderTargetAction. builder()default TargetAction.BuilderTargetAction.Builder. createSnapshot(Consumer<CreateSnapshotScheduleActionParameters.Builder> createSnapshot)Sets the value of the CreateSnapshot property for this object.TargetAction.BuilderTargetAction.Builder. createSnapshot(CreateSnapshotScheduleActionParameters createSnapshot)Sets the value of the CreateSnapshot property for this object.TargetAction.BuilderTargetAction. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type TargetAction.Builder Modifier and Type Method Description static Class<? extends TargetAction.Builder>TargetAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type TargetAction.Builder Modifier and Type Method Description default CreateScheduledActionRequest.BuilderCreateScheduledActionRequest.Builder. targetAction(Consumer<TargetAction.Builder> targetAction)Sets the value of the TargetAction property for this object.default ScheduledActionResponse.BuilderScheduledActionResponse.Builder. targetAction(Consumer<TargetAction.Builder> targetAction)Sets the value of the TargetAction property for this object.default UpdateScheduledActionRequest.BuilderUpdateScheduledActionRequest.Builder. targetAction(Consumer<TargetAction.Builder> targetAction)Sets the value of the TargetAction property for this object.
-