public static interface ApplicationSummary.Builder extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary.Builder |
architecture(Architecture architecture)
The CPU architecture of an application.
|
ApplicationSummary.Builder |
architecture(String architecture)
The CPU architecture of an application.
|
ApplicationSummary.Builder |
arn(String arn)
The ARN of the application.
|
ApplicationSummary.Builder |
createdAt(Instant createdAt)
The date and time when the application was created.
|
ApplicationSummary.Builder |
id(String id)
The ID of the application.
|
ApplicationSummary.Builder |
name(String name)
The name of the application.
|
ApplicationSummary.Builder |
releaseLabel(String releaseLabel)
The Amazon EMR release associated with the application.
|
ApplicationSummary.Builder |
state(ApplicationState state)
The state of the application.
|
ApplicationSummary.Builder |
state(String state)
The state of the application.
|
ApplicationSummary.Builder |
stateDetails(String stateDetails)
The state details of the application.
|
ApplicationSummary.Builder |
type(String type)
The type of application, such as Spark or Hive.
|
ApplicationSummary.Builder |
updatedAt(Instant updatedAt)
The date and time when the application was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationSummary.Builder id(String id)
The ID of the application.
id - The ID of the application.ApplicationSummary.Builder name(String name)
The name of the application.
name - The name of the application.ApplicationSummary.Builder arn(String arn)
The ARN of the application.
arn - The ARN of the application.ApplicationSummary.Builder releaseLabel(String releaseLabel)
The Amazon EMR release associated with the application.
releaseLabel - The Amazon EMR release associated with the application.ApplicationSummary.Builder type(String type)
The type of application, such as Spark or Hive.
type - The type of application, such as Spark or Hive.ApplicationSummary.Builder state(String state)
The state of the application.
state - The state of the application.ApplicationState,
ApplicationStateApplicationSummary.Builder state(ApplicationState state)
The state of the application.
state - The state of the application.ApplicationState,
ApplicationStateApplicationSummary.Builder stateDetails(String stateDetails)
The state details of the application.
stateDetails - The state details of the application.ApplicationSummary.Builder createdAt(Instant createdAt)
The date and time when the application was created.
createdAt - The date and time when the application was created.ApplicationSummary.Builder updatedAt(Instant updatedAt)
The date and time when the application was last updated.
updatedAt - The date and time when the application was last updated.ApplicationSummary.Builder architecture(String architecture)
The CPU architecture of an application.
architecture - The CPU architecture of an application.Architecture,
ArchitectureApplicationSummary.Builder architecture(Architecture architecture)
The CPU architecture of an application.
architecture - The CPU architecture of an application.Architecture,
ArchitectureCopyright © 2023. All rights reserved.