Class EmrServerlessSettings

    • Method Detail

      • executionRoleArn

        public final 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.

        Returns:
        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.
      • status

        public final FeatureStatus status()

        Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.

        If the service returns an enum value that is not available in the current SDK version, status will return FeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.
        See Also:
        FeatureStatus
      • statusAsString

        public final String statusAsString()

        Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.

        If the service returns an enum value that is not available in the current SDK version, status will return FeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.
        See Also:
        FeatureStatus
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)