Class SparkEmrPropertiesOutput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.SparkEmrPropertiesOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SparkEmrPropertiesOutput.Builder,SparkEmrPropertiesOutput>
@Generated("software.amazon.awssdk:codegen") public final class SparkEmrPropertiesOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SparkEmrPropertiesOutput.Builder,SparkEmrPropertiesOutput>
The Spark EMR properties.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSparkEmrPropertiesOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SparkEmrPropertiesOutput.Builderbuilder()StringcomputeArn()The compute ARN of the Spark EMR.UsernamePasswordcredentials()The credentials of the Spark EMR.InstantcredentialsExpiration()The credential expiration of the Spark EMR.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GovernanceTypegovernanceType()The governance type of the Spark EMR.StringgovernanceTypeAsString()The governance type of the Spark EMR.inthashCode()StringinstanceProfileArn()The instance profile ARN of the Spark EMR.StringjavaVirtualEnv()The Java virtual env of the Spark EMR.StringlivyEndpoint()The livy endpoint of the Spark EMR.StringlogUri()The log URI of the Spark EMR.StringpythonVirtualEnv()The Python virtual env of the Spark EMR.StringruntimeRole()The runtime role of the Spark EMR.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SparkEmrPropertiesOutput.Builder>serializableBuilderClass()SparkEmrPropertiesOutput.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrustedCertificatesS3Uri()The trusted certificate S3 URL of the Spark EMR.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
computeArn
public final String computeArn()
The compute ARN of the Spark EMR.
- Returns:
- The compute ARN of the Spark EMR.
-
credentials
public final UsernamePassword credentials()
The credentials of the Spark EMR.
- Returns:
- The credentials of the Spark EMR.
-
credentialsExpiration
public final Instant credentialsExpiration()
The credential expiration of the Spark EMR.
- Returns:
- The credential expiration of the Spark EMR.
-
governanceType
public final GovernanceType governanceType()
The governance type of the Spark EMR.
If the service returns an enum value that is not available in the current SDK version,
governanceTypewill returnGovernanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgovernanceTypeAsString().- Returns:
- The governance type of the Spark EMR.
- See Also:
GovernanceType
-
governanceTypeAsString
public final String governanceTypeAsString()
The governance type of the Spark EMR.
If the service returns an enum value that is not available in the current SDK version,
governanceTypewill returnGovernanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgovernanceTypeAsString().- Returns:
- The governance type of the Spark EMR.
- See Also:
GovernanceType
-
instanceProfileArn
public final String instanceProfileArn()
The instance profile ARN of the Spark EMR.
- Returns:
- The instance profile ARN of the Spark EMR.
-
javaVirtualEnv
public final String javaVirtualEnv()
The Java virtual env of the Spark EMR.
- Returns:
- The Java virtual env of the Spark EMR.
-
livyEndpoint
public final String livyEndpoint()
The livy endpoint of the Spark EMR.
- Returns:
- The livy endpoint of the Spark EMR.
-
logUri
public final String logUri()
The log URI of the Spark EMR.
- Returns:
- The log URI of the Spark EMR.
-
pythonVirtualEnv
public final String pythonVirtualEnv()
The Python virtual env of the Spark EMR.
- Returns:
- The Python virtual env of the Spark EMR.
-
runtimeRole
public final String runtimeRole()
The runtime role of the Spark EMR.
- Returns:
- The runtime role of the Spark EMR.
-
trustedCertificatesS3Uri
public final String trustedCertificatesS3Uri()
The trusted certificate S3 URL of the Spark EMR.
- Returns:
- The trusted certificate S3 URL of the Spark EMR.
-
toBuilder
public SparkEmrPropertiesOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SparkEmrPropertiesOutput.Builder,SparkEmrPropertiesOutput>
-
builder
public static SparkEmrPropertiesOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends SparkEmrPropertiesOutput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-