Interface SchedulingPolicyDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SchedulingPolicyDetail.Builder,
,SchedulingPolicyDetail> SdkBuilder<SchedulingPolicyDetail.Builder,
,SchedulingPolicyDetail> SdkPojo
- Enclosing class:
SchedulingPolicyDetail
public static interface SchedulingPolicyDetail.Builder
extends SdkPojo, CopyableBuilder<SchedulingPolicyDetail.Builder,SchedulingPolicyDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the scheduling policy.default SchedulingPolicyDetail.Builder
fairsharePolicy
(Consumer<FairsharePolicy.Builder> fairsharePolicy) The fair share policy for the scheduling policy.fairsharePolicy
(FairsharePolicy fairsharePolicy) The fair share policy for the scheduling policy.The name of the scheduling policy.The tags that you apply to the scheduling policy to categorize and organize your resources.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 Details
-
name
The name of the scheduling policy.
- Parameters:
name
- The name of the scheduling policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the scheduling policy. An example is
arn:aws:batch:us-east-1:123456789012:scheduling-policy/HighPriority
.- Parameters:
arn
- The Amazon Resource Name (ARN) of the scheduling policy. An example isarn:aws:batch:us-east-1:123456789012:scheduling-policy/HighPriority
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags that you apply to the scheduling policy to categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services resources in Amazon Web Services General Reference.
- Parameters:
tags
- The tags that you apply to the scheduling policy to categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services resources in Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-