Interface ClusterSchedulerConfigSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterSchedulerConfigSummary.Builder,
,ClusterSchedulerConfigSummary> SdkBuilder<ClusterSchedulerConfigSummary.Builder,
,ClusterSchedulerConfigSummary> SdkPojo
- Enclosing class:
ClusterSchedulerConfigSummary
@Mutable
@NotThreadSafe
public static interface ClusterSchedulerConfigSummary.Builder
extends SdkPojo, CopyableBuilder<ClusterSchedulerConfigSummary.Builder,ClusterSchedulerConfigSummary>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) ARN of the cluster.clusterSchedulerConfigArn
(String clusterSchedulerConfigArn) ARN of the cluster policy.clusterSchedulerConfigId
(String clusterSchedulerConfigId) ID of the cluster policy.clusterSchedulerConfigVersion
(Integer clusterSchedulerConfigVersion) Version of the cluster policy.creationTime
(Instant creationTime) Creation time of the cluster policy.lastModifiedTime
(Instant lastModifiedTime) Last modified time of the cluster policy.Name of the cluster policy.Status of the cluster policy.status
(SchedulerResourceStatus status) Status of the cluster policy.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 Details
-
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
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
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
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
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
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:
-
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:
-
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.
-