Interface SparkEmrPropertiesPatch.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SparkEmrPropertiesPatch.Builder,
,SparkEmrPropertiesPatch> SdkBuilder<SparkEmrPropertiesPatch.Builder,
,SparkEmrPropertiesPatch> SdkPojo
- Enclosing class:
SparkEmrPropertiesPatch
@Mutable
@NotThreadSafe
public static interface SparkEmrPropertiesPatch.Builder
extends SdkPojo, CopyableBuilder<SparkEmrPropertiesPatch.Builder,SparkEmrPropertiesPatch>
-
Method Summary
Modifier and TypeMethodDescriptioncomputeArn
(String computeArn) The compute ARN in the Spark EMR properties patch.instanceProfileArn
(String instanceProfileArn) The instance profile ARN in the Spark EMR properties patch.javaVirtualEnv
(String javaVirtualEnv) The Java virtual evn in the Spark EMR properties patch.The log URI in the Spark EMR properties patch.pythonVirtualEnv
(String pythonVirtualEnv) The Python virtual env in the Spark EMR properties patch.runtimeRole
(String runtimeRole) The runtime role in the Spark EMR properties patch.trustedCertificatesS3Uri
(String trustedCertificatesS3Uri) The trusted certificates S3 URI in the Spark EMR properties patch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
computeArn
The compute ARN in the Spark EMR properties patch.
- Parameters:
computeArn
- The compute ARN in the Spark EMR properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceProfileArn
The instance profile ARN in the Spark EMR properties patch.
- Parameters:
instanceProfileArn
- The instance profile ARN in the Spark EMR properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
javaVirtualEnv
The Java virtual evn in the Spark EMR properties patch.
- Parameters:
javaVirtualEnv
- The Java virtual evn in the Spark EMR properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logUri
The log URI in the Spark EMR properties patch.
- Parameters:
logUri
- The log URI in the Spark EMR properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pythonVirtualEnv
The Python virtual env in the Spark EMR properties patch.
- Parameters:
pythonVirtualEnv
- The Python virtual env in the Spark EMR properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeRole
The runtime role in the Spark EMR properties patch.
- Parameters:
runtimeRole
- The runtime role in the Spark EMR properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustedCertificatesS3Uri
The trusted certificates S3 URI in the Spark EMR properties patch.
- Parameters:
trustedCertificatesS3Uri
- The trusted certificates S3 URI in the Spark EMR properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-