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 interface
EmrServerlessSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmrServerlessSettings.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
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.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends EmrServerlessSettings.Builder>
serializableBuilderClass()
FeatureStatus
status()
Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.String
statusAsString()
Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.EmrServerlessSettings.Builder
toBuilder()
String
toString()
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,
status
will 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,
status
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-