Uses of Interface
software.amazon.awssdk.services.redshift.model.ClusterAssociatedToSchedule.Builder
-
Packages that use ClusterAssociatedToSchedule.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterAssociatedToSchedule.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ClusterAssociatedToSchedule.Builder Modifier and Type Method Description static ClusterAssociatedToSchedule.BuilderClusterAssociatedToSchedule. builder()ClusterAssociatedToSchedule.BuilderClusterAssociatedToSchedule.Builder. clusterIdentifier(String clusterIdentifier)ClusterAssociatedToSchedule.BuilderClusterAssociatedToSchedule.Builder. scheduleAssociationState(String scheduleAssociationState)ClusterAssociatedToSchedule.BuilderClusterAssociatedToSchedule.Builder. scheduleAssociationState(ScheduleState scheduleAssociationState)ClusterAssociatedToSchedule.BuilderClusterAssociatedToSchedule. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterAssociatedToSchedule.Builder Modifier and Type Method Description static Class<? extends ClusterAssociatedToSchedule.Builder>ClusterAssociatedToSchedule. serializableBuilderClass()
-