Interface CreateSchedulingPolicyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BatchResponse.Builder, Buildable, CopyableBuilder<CreateSchedulingPolicyResponse.Builder,CreateSchedulingPolicyResponse>, SdkBuilder<CreateSchedulingPolicyResponse.Builder,CreateSchedulingPolicyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateSchedulingPolicyResponse

public static interface CreateSchedulingPolicyResponse.Builder extends BatchResponse.Builder, SdkPojo, CopyableBuilder<CreateSchedulingPolicyResponse.Builder,CreateSchedulingPolicyResponse>
  • 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. The format is aws:Partition:batch:Region:Account:scheduling-policy/Name . For example, aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the scheduling policy. The format is aws:Partition:batch:Region:Account:scheduling-policy/Name . For example, aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.