Class SparkEmrPropertiesInput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.SparkEmrPropertiesInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SparkEmrPropertiesInput.Builder,SparkEmrPropertiesInput>
@Generated("software.amazon.awssdk:codegen") public final class SparkEmrPropertiesInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SparkEmrPropertiesInput.Builder,SparkEmrPropertiesInput>
The Spark EMR properties.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSparkEmrPropertiesInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SparkEmrPropertiesInput.Builderbuilder()StringcomputeArn()The compute ARN of Spark EMR.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceProfileArn()The instance profile ARN of Spark EMR.StringjavaVirtualEnv()The java virtual env of the Spark EMR.StringlogUri()The log URI of the Spark EMR.StringpythonVirtualEnv()The Python virtual env of the Spark EMR.StringruntimeRole()The runtime role of the Spark EMR.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SparkEmrPropertiesInput.Builder>serializableBuilderClass()SparkEmrPropertiesInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrustedCertificatesS3Uri()The certificates S3 URI of the Spark EMR.-
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
-
computeArn
public final String computeArn()
The compute ARN of Spark EMR.
- Returns:
- The compute ARN of Spark EMR.
-
instanceProfileArn
public final String instanceProfileArn()
The instance profile ARN of Spark EMR.
- Returns:
- The instance profile ARN of Spark EMR.
-
javaVirtualEnv
public final String javaVirtualEnv()
The java virtual env of the Spark EMR.
- Returns:
- The java virtual env of the Spark EMR.
-
logUri
public final String logUri()
The log URI of the Spark EMR.
- Returns:
- The log URI of the Spark EMR.
-
pythonVirtualEnv
public final String pythonVirtualEnv()
The Python virtual env of the Spark EMR.
- Returns:
- The Python virtual env of the Spark EMR.
-
runtimeRole
public final String runtimeRole()
The runtime role of the Spark EMR.
- Returns:
- The runtime role of the Spark EMR.
-
trustedCertificatesS3Uri
public final String trustedCertificatesS3Uri()
The certificates S3 URI of the Spark EMR.
- Returns:
- The certificates S3 URI of the Spark EMR.
-
toBuilder
public SparkEmrPropertiesInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SparkEmrPropertiesInput.Builder,SparkEmrPropertiesInput>
-
builder
public static SparkEmrPropertiesInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends SparkEmrPropertiesInput.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
-
-