Interface SparkEmrPropertiesInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SparkEmrPropertiesInput.Builder,SparkEmrPropertiesInput>,SdkBuilder<SparkEmrPropertiesInput.Builder,SparkEmrPropertiesInput>,SdkPojo
- Enclosing class:
- SparkEmrPropertiesInput
public static interface SparkEmrPropertiesInput.Builder extends SdkPojo, CopyableBuilder<SparkEmrPropertiesInput.Builder,SparkEmrPropertiesInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SparkEmrPropertiesInput.BuildercomputeArn(String computeArn)The compute ARN of Spark EMR.SparkEmrPropertiesInput.BuilderinstanceProfileArn(String instanceProfileArn)The instance profile ARN of Spark EMR.SparkEmrPropertiesInput.BuilderjavaVirtualEnv(String javaVirtualEnv)The java virtual env of the Spark EMR.SparkEmrPropertiesInput.BuilderlogUri(String logUri)The log URI of the Spark EMR.SparkEmrPropertiesInput.BuilderpythonVirtualEnv(String pythonVirtualEnv)The Python virtual env of the Spark EMR.SparkEmrPropertiesInput.BuilderruntimeRole(String runtimeRole)The runtime role of the Spark EMR.SparkEmrPropertiesInput.BuildertrustedCertificatesS3Uri(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 Detail
-
computeArn
SparkEmrPropertiesInput.Builder computeArn(String 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
SparkEmrPropertiesInput.Builder instanceProfileArn(String 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
SparkEmrPropertiesInput.Builder javaVirtualEnv(String 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
SparkEmrPropertiesInput.Builder logUri(String 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
SparkEmrPropertiesInput.Builder pythonVirtualEnv(String 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
SparkEmrPropertiesInput.Builder runtimeRole(String 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
SparkEmrPropertiesInput.Builder trustedCertificatesS3Uri(String 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.
-
-