Interface ClusterAssociatedToSchedule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterAssociatedToSchedule.Builder,ClusterAssociatedToSchedule>,SdkBuilder<ClusterAssociatedToSchedule.Builder,ClusterAssociatedToSchedule>,SdkPojo
- Enclosing class:
- ClusterAssociatedToSchedule
public static interface ClusterAssociatedToSchedule.Builder extends SdkPojo, CopyableBuilder<ClusterAssociatedToSchedule.Builder,ClusterAssociatedToSchedule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterAssociatedToSchedule.BuilderclusterIdentifier(String clusterIdentifier)ClusterAssociatedToSchedule.BuilderscheduleAssociationState(String scheduleAssociationState)ClusterAssociatedToSchedule.BuilderscheduleAssociationState(ScheduleState scheduleAssociationState)-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterIdentifier
ClusterAssociatedToSchedule.Builder clusterIdentifier(String clusterIdentifier)
- Parameters:
clusterIdentifier-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleAssociationState
ClusterAssociatedToSchedule.Builder scheduleAssociationState(String scheduleAssociationState)
- Parameters:
scheduleAssociationState-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScheduleState,ScheduleState
-
scheduleAssociationState
ClusterAssociatedToSchedule.Builder scheduleAssociationState(ScheduleState scheduleAssociationState)
- Parameters:
scheduleAssociationState-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScheduleState,ScheduleState
-
-