Interface CreateSchedulingPolicyResponse.Builder

    • Method Detail

      • name

        CreateSchedulingPolicyResponse.Builder name​(String 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

        CreateSchedulingPolicyResponse.Builder arn​(String 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.