Interface EmrServerlessSettings.Builder

    • 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