Uses of Interface
software.amazon.awssdk.services.datazone.model.SparkEmrPropertiesPatch.Builder
-
Packages that use SparkEmrPropertiesPatch.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SparkEmrPropertiesPatch.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SparkEmrPropertiesPatch.Builder Modifier and Type Method Description static SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch. builder()SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch.Builder. computeArn(String computeArn)The compute ARN in the Spark EMR properties patch.SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch.Builder. instanceProfileArn(String instanceProfileArn)The instance profile ARN in the Spark EMR properties patch.SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch.Builder. javaVirtualEnv(String javaVirtualEnv)The Java virtual evn in the Spark EMR properties patch.SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch.Builder. logUri(String logUri)The log URI in the Spark EMR properties patch.SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch.Builder. pythonVirtualEnv(String pythonVirtualEnv)The Python virtual env in the Spark EMR properties patch.SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch.Builder. runtimeRole(String runtimeRole)The runtime role in the Spark EMR properties patch.SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch. toBuilder()SparkEmrPropertiesPatch.BuilderSparkEmrPropertiesPatch.Builder. trustedCertificatesS3Uri(String trustedCertificatesS3Uri)The trusted certificates S3 URI in the Spark EMR properties patch.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SparkEmrPropertiesPatch.Builder Modifier and Type Method Description static Class<? extends SparkEmrPropertiesPatch.Builder>SparkEmrPropertiesPatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SparkEmrPropertiesPatch.Builder Modifier and Type Method Description static ConnectionPropertiesPatchConnectionPropertiesPatch. fromSparkEmrProperties(Consumer<SparkEmrPropertiesPatch.Builder> sparkEmrProperties)Create an instance of this class withConnectionPropertiesPatch.sparkEmrProperties()initialized to the given value.default ConnectionPropertiesPatch.BuilderConnectionPropertiesPatch.Builder. sparkEmrProperties(Consumer<SparkEmrPropertiesPatch.Builder> sparkEmrProperties)The Spark EMR properties of a connection properties patch.
-