Class Application
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<Application.Builder,- Application> 
Information about an application. Amazon EMR Serverless uses applications to run jobs.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe ID of the application.final ArchitectureThe CPU architecture of an application.final StringThe CPU architecture of an application.final Stringarn()The ARN of the application.final AutoStartConfigThe configuration for an application to automatically start on job submission.final AutoStopConfigThe configuration for an application to automatically stop after a certain amount of time being idle.static Application.Builderbuilder()final InstantThe date and time when the application run was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the InitialCapacity property.final booleanFor responses, this returns true if the service returned a value for the RuntimeConfiguration property.final booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.final booleanFor responses, this returns true if the service returned a value for the WorkerTypeSpecifications property.The IAM Identity Center configuration applied to enable trusted identity propagation.final ImageConfigurationThe image configuration applied to all worker types.final Map<String, InitialCapacityConfig> The initial capacity of the application.final InteractiveConfigurationThe interactive configuration object that enables the interactive use cases for an application.final MaximumAllowedResourcesThe maximum capacity of the application.final MonitoringConfigurationReturns the value of the MonitoringConfiguration property for this object.final Stringname()The name of the application.final NetworkConfigurationThe network configuration for customer VPC connectivity for the application.final StringThe Amazon EMR release associated with the application.final List<Configuration> The Configuration specifications of an application.final SchedulerConfigurationThe scheduler configuration for batch and streaming jobs running on this application.static Class<? extends Application.Builder> final ApplicationStatestate()The state of the application.final StringThe state of the application.final StringThe state details of the application.tags()The tags assigned to the application.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringtype()The type of application, such as Spark or Hive.final InstantThe date and time when the application run was last updated.final Map<String, WorkerTypeSpecification> The specification applied to each worker type.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
applicationId
- 
name
- 
arn
- 
releaseLabelThe Amazon EMR release associated with the application. - Returns:
- The Amazon EMR release associated with the application.
 
- 
typeThe type of application, such as Spark or Hive. - Returns:
- The type of application, such as Spark or Hive.
 
- 
stateThe state of the application. If the service returns an enum value that is not available in the current SDK version, statewill returnApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the application.
- See Also:
 
- 
stateAsStringThe state of the application. If the service returns an enum value that is not available in the current SDK version, statewill returnApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the application.
- See Also:
 
- 
stateDetailsThe state details of the application. - Returns:
- The state details of the application.
 
- 
hasInitialCapacitypublic final boolean hasInitialCapacity()For responses, this returns true if the service returned a value for the InitialCapacity property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
initialCapacityThe initial capacity of the application. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasInitialCapacity()method.- Returns:
- The initial capacity of the application.
 
- 
maximumCapacityThe maximum capacity of the application. This is cumulative across all workers at any given point in time during the lifespan of the application is created. No new resources will be created once any one of the defined limits is hit. - Returns:
- The maximum capacity of the application. This is cumulative across all workers at any given point in time during the lifespan of the application is created. No new resources will be created once any one of the defined limits is hit.
 
- 
createdAtThe date and time when the application run was created. - Returns:
- The date and time when the application run was created.
 
- 
updatedAtThe date and time when the application run was last updated. - Returns:
- The date and time when the application run was last updated.
 
- 
hasTagspublic final boolean hasTags()For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
tagsThe tags assigned to the application. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags()method.- Returns:
- The tags assigned to the application.
 
- 
autoStartConfigurationThe configuration for an application to automatically start on job submission. - Returns:
- The configuration for an application to automatically start on job submission.
 
- 
autoStopConfigurationThe configuration for an application to automatically stop after a certain amount of time being idle. - Returns:
- The configuration for an application to automatically stop after a certain amount of time being idle.
 
- 
networkConfigurationThe network configuration for customer VPC connectivity for the application. - Returns:
- The network configuration for customer VPC connectivity for the application.
 
- 
architectureThe CPU architecture of an application. If the service returns an enum value that is not available in the current SDK version, architecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromarchitectureAsString().- Returns:
- The CPU architecture of an application.
- See Also:
 
- 
architectureAsStringThe CPU architecture of an application. If the service returns an enum value that is not available in the current SDK version, architecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromarchitectureAsString().- Returns:
- The CPU architecture of an application.
- See Also:
 
- 
imageConfigurationThe image configuration applied to all worker types. - Returns:
- The image configuration applied to all worker types.
 
- 
hasWorkerTypeSpecificationspublic final boolean hasWorkerTypeSpecifications()For responses, this returns true if the service returned a value for the WorkerTypeSpecifications property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
workerTypeSpecificationsThe specification applied to each worker type. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasWorkerTypeSpecifications()method.- Returns:
- The specification applied to each worker type.
 
- 
hasRuntimeConfigurationpublic final boolean hasRuntimeConfiguration()For responses, this returns true if the service returned a value for the RuntimeConfiguration property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
runtimeConfigurationThe Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasRuntimeConfiguration()method.- Returns:
- The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
 
- 
monitoringConfigurationReturns the value of the MonitoringConfiguration property for this object.- Returns:
- The value of the MonitoringConfiguration property for this object.
 
- 
interactiveConfigurationThe interactive configuration object that enables the interactive use cases for an application. - Returns:
- The interactive configuration object that enables the interactive use cases for an application.
 
- 
schedulerConfigurationThe scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above. - Returns:
- The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
 
- 
identityCenterConfigurationThe IAM Identity Center configuration applied to enable trusted identity propagation. - Returns:
- The IAM Identity Center configuration applied to enable trusted identity propagation.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<Application.Builder,- Application> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-