Class EmrServerlessSettings
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EmrServerlessSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EmrServerlessSettings.Builder,EmrServerlessSettings>
@Generated("software.amazon.awssdk:codegen") public final class EmrServerlessSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EmrServerlessSettings.Builder,EmrServerlessSettings>
The settings for running Amazon EMR Serverless jobs in SageMaker Canvas.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEmrServerlessSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmrServerlessSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionRoleArn()The Amazon Resource Name (ARN) of the Amazon Web Services IAM role that is assumed for running Amazon EMR Serverless jobs in SageMaker Canvas.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EmrServerlessSettings.Builder>serializableBuilderClass()FeatureStatusstatus()Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.StringstatusAsString()Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.EmrServerlessSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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,
statuswill returnFeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- 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,
statuswill returnFeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.
- See Also:
FeatureStatus
-
toBuilder
public EmrServerlessSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EmrServerlessSettings.Builder,EmrServerlessSettings>
-
builder
public static EmrServerlessSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends EmrServerlessSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-