public static interface CreateSchedulingPolicyResponse.Builder extends BatchResponse.Builder, SdkPojo, CopyableBuilder<CreateSchedulingPolicyResponse.Builder,CreateSchedulingPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSchedulingPolicyResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the scheduling policy.
|
CreateSchedulingPolicyResponse.Builder |
name(String name)
The name of the scheduling policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSchedulingPolicyResponse.Builder name(String name)
The name of the scheduling policy.
name - The name of the scheduling policy.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.
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.Copyright © 2023. All rights reserved.