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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.services.batch.model.BatchResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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 isaws: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.
-
-