Interface SparkEmrPropertiesInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SparkEmrPropertiesInput.Builder,
,SparkEmrPropertiesInput> SdkBuilder<SparkEmrPropertiesInput.Builder,
,SparkEmrPropertiesInput> SdkPojo
- Enclosing class:
SparkEmrPropertiesInput
@Mutable
@NotThreadSafe
public static interface SparkEmrPropertiesInput.Builder
extends SdkPojo, CopyableBuilder<SparkEmrPropertiesInput.Builder,SparkEmrPropertiesInput>
-
Method Summary
Modifier and TypeMethodDescriptioncomputeArn
(String computeArn) The compute ARN of Spark EMR.instanceProfileArn
(String instanceProfileArn) The instance profile ARN of Spark EMR.javaVirtualEnv
(String javaVirtualEnv) The java virtual env of the Spark EMR.The log URI of the Spark EMR.pythonVirtualEnv
(String pythonVirtualEnv) The Python virtual env of the Spark EMR.runtimeRole
(String runtimeRole) The runtime role of the Spark EMR.trustedCertificatesS3Uri
(String trustedCertificatesS3Uri) The certificates S3 URI of the Spark EMR.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 of Spark EMR.
- Parameters:
computeArn
- The compute ARN of Spark EMR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceProfileArn
The instance profile ARN of Spark EMR.
- Parameters:
instanceProfileArn
- The instance profile ARN of Spark EMR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
javaVirtualEnv
The java virtual env of the Spark EMR.
- Parameters:
javaVirtualEnv
- The java virtual env of the Spark EMR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logUri
The log URI of the Spark EMR.
- Parameters:
logUri
- The log URI of the Spark EMR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pythonVirtualEnv
The Python virtual env of the Spark EMR.
- Parameters:
pythonVirtualEnv
- The Python virtual env of the Spark EMR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeRole
The runtime role of the Spark EMR.
- Parameters:
runtimeRole
- The runtime role of the Spark EMR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustedCertificatesS3Uri
The certificates S3 URI of the Spark EMR.
- Parameters:
trustedCertificatesS3Uri
- The certificates S3 URI of the Spark EMR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-