EmrSettings.Builder |
EmrSettings.Builder.assumableRoleArns(String... assumableRoleArns) |
An array of Amazon Resource Names (ARNs) of the IAM roles that the execution role of SageMaker can assume for
performing operations or tasks related to Amazon EMR clusters or Amazon EMR Serverless applications.
|
EmrSettings.Builder |
EmrSettings.Builder.assumableRoleArns(Collection<String> assumableRoleArns) |
An array of Amazon Resource Names (ARNs) of the IAM roles that the execution role of SageMaker can assume for
performing operations or tasks related to Amazon EMR clusters or Amazon EMR Serverless applications.
|
static EmrSettings.Builder |
EmrSettings.builder() |
|
EmrSettings.Builder |
EmrSettings.Builder.executionRoleArns(String... executionRoleArns) |
An array of Amazon Resource Names (ARNs) of the IAM roles used by the Amazon EMR cluster instances or job
execution environments to access other Amazon Web Services services and resources needed during the runtime
of your Amazon EMR or Amazon EMR Serverless workloads, such as Amazon S3 for data access, Amazon CloudWatch
for logging, or other Amazon Web Services services based on the particular workload requirements.
|
EmrSettings.Builder |
EmrSettings.Builder.executionRoleArns(Collection<String> executionRoleArns) |
An array of Amazon Resource Names (ARNs) of the IAM roles used by the Amazon EMR cluster instances or job
execution environments to access other Amazon Web Services services and resources needed during the runtime
of your Amazon EMR or Amazon EMR Serverless workloads, such as Amazon S3 for data access, Amazon CloudWatch
for logging, or other Amazon Web Services services based on the particular workload requirements.
|
EmrSettings.Builder |
EmrSettings.toBuilder() |
|