Interface EmrServerlessSettings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<EmrServerlessSettings.Builder,EmrServerlessSettings>
,SdkBuilder<EmrServerlessSettings.Builder,EmrServerlessSettings>
,SdkPojo
- Enclosing class:
- EmrServerlessSettings
public static interface EmrServerlessSettings.Builder extends SdkPojo, CopyableBuilder<EmrServerlessSettings.Builder,EmrServerlessSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmrServerlessSettings.Builder
executionRoleArn(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.EmrServerlessSettings.Builder
status(String status)
Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.EmrServerlessSettings.Builder
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 Detail
-
executionRoleArn
EmrServerlessSettings.Builder executionRoleArn(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. 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
EmrServerlessSettings.Builder status(String 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:
FeatureStatus
,FeatureStatus
-
status
EmrServerlessSettings.Builder status(FeatureStatus 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:
FeatureStatus
,FeatureStatus
-
-