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