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