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