Interface ClusterSchedulerConfigSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterSchedulerConfigSummary.Builder,ClusterSchedulerConfigSummary>,SdkBuilder<ClusterSchedulerConfigSummary.Builder,ClusterSchedulerConfigSummary>,SdkPojo
- Enclosing class:
- ClusterSchedulerConfigSummary
public static interface ClusterSchedulerConfigSummary.Builder extends SdkPojo, CopyableBuilder<ClusterSchedulerConfigSummary.Builder,ClusterSchedulerConfigSummary>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterSchedulerConfigArn
ClusterSchedulerConfigSummary.Builder clusterSchedulerConfigArn(String clusterSchedulerConfigArn)
ARN of the cluster policy.
- Parameters:
clusterSchedulerConfigArn- ARN of the cluster policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterSchedulerConfigId
ClusterSchedulerConfigSummary.Builder clusterSchedulerConfigId(String clusterSchedulerConfigId)
ID of the cluster policy.
- Parameters:
clusterSchedulerConfigId- ID of the cluster policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterSchedulerConfigVersion
ClusterSchedulerConfigSummary.Builder clusterSchedulerConfigVersion(Integer clusterSchedulerConfigVersion)
Version of the cluster policy.
- Parameters:
clusterSchedulerConfigVersion- Version of the cluster policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ClusterSchedulerConfigSummary.Builder name(String name)
Name of the cluster policy.
- Parameters:
name- Name of the cluster policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ClusterSchedulerConfigSummary.Builder creationTime(Instant creationTime)
Creation time of the cluster policy.
- Parameters:
creationTime- Creation time of the cluster policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
ClusterSchedulerConfigSummary.Builder lastModifiedTime(Instant lastModifiedTime)
Last modified time of the cluster policy.
- Parameters:
lastModifiedTime- Last modified time of the cluster policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ClusterSchedulerConfigSummary.Builder status(String status)
Status of the cluster policy.
- Parameters:
status- Status of the cluster policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SchedulerResourceStatus,SchedulerResourceStatus
-
status
ClusterSchedulerConfigSummary.Builder status(SchedulerResourceStatus status)
Status of the cluster policy.
- Parameters:
status- Status of the cluster policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SchedulerResourceStatus,SchedulerResourceStatus
-
clusterArn
ClusterSchedulerConfigSummary.Builder clusterArn(String clusterArn)
ARN of the cluster.
- Parameters:
clusterArn- ARN of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-