Interface EmrServerlessSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EmrServerlessSettings.Builder,
,EmrServerlessSettings> SdkBuilder<EmrServerlessSettings.Builder,
,EmrServerlessSettings> SdkPojo
- Enclosing class:
EmrServerlessSettings
@Mutable
@NotThreadSafe
public static interface EmrServerlessSettings.Builder
extends SdkPojo, CopyableBuilder<EmrServerlessSettings.Builder,EmrServerlessSettings>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionRoleArn
(String executionRoleArn) The Amazon Resource Name (ARN) of the Amazon Web Services IAM role that is assumed for running Amazon EMR Serverless jobs in SageMaker Canvas.Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.status
(FeatureStatus status) Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.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 Details
-
executionRoleArn
The Amazon Resource Name (ARN) of the Amazon Web Services IAM role that is assumed for running Amazon EMR Serverless jobs in SageMaker Canvas. This role should have the necessary permissions to read and write data attached and a trust relationship with EMR Serverless.
- Parameters:
executionRoleArn
- The Amazon Resource Name (ARN) of the Amazon Web Services IAM role that is assumed for running Amazon EMR Serverless jobs in SageMaker Canvas. This role should have the necessary permissions to read and write data attached and a trust relationship with EMR Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.
- Parameters:
status
- Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.
- Parameters:
status
- Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-