Interface JobRunExecutionIamPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobRunExecutionIamPolicy.Builder,JobRunExecutionIamPolicy>,SdkBuilder<JobRunExecutionIamPolicy.Builder,JobRunExecutionIamPolicy>,SdkPojo
- Enclosing class:
- JobRunExecutionIamPolicy
@Mutable @NotThreadSafe public static interface JobRunExecutionIamPolicy.Builder extends SdkPojo, CopyableBuilder<JobRunExecutionIamPolicy.Builder,JobRunExecutionIamPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobRunExecutionIamPolicy.Builderpolicy(String policy)An IAM inline policy to use as an execution IAM policy.JobRunExecutionIamPolicy.BuilderpolicyArns(String... policyArns)A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.JobRunExecutionIamPolicy.BuilderpolicyArns(Collection<String> policyArns)A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
policy
JobRunExecutionIamPolicy.Builder policy(String policy)
An IAM inline policy to use as an execution IAM policy.
- Parameters:
policy- An IAM inline policy to use as an execution IAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArns
JobRunExecutionIamPolicy.Builder policyArns(Collection<String> policyArns)
A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.
- Parameters:
policyArns- A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArns
JobRunExecutionIamPolicy.Builder policyArns(String... policyArns)
A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.
- Parameters:
policyArns- A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-