Interface ApplicationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>,SdkBuilder<ApplicationSummary.Builder,ApplicationSummary>,SdkPojo
- Enclosing class:
- ApplicationSummary
public static interface ApplicationSummary.Builder extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationSummary.Builderarchitecture(String architecture)The CPU architecture of an application.ApplicationSummary.Builderarchitecture(Architecture architecture)The CPU architecture of an application.ApplicationSummary.Builderarn(String arn)The ARN of the application.ApplicationSummary.BuildercreatedAt(Instant createdAt)The date and time when the application was created.ApplicationSummary.Builderid(String id)The ID of the application.ApplicationSummary.Buildername(String name)The name of the application.ApplicationSummary.BuilderreleaseLabel(String releaseLabel)The Amazon EMR release associated with the application.ApplicationSummary.Builderstate(String state)The state of the application.ApplicationSummary.Builderstate(ApplicationState state)The state of the application.ApplicationSummary.BuilderstateDetails(String stateDetails)The state details of the application.ApplicationSummary.Buildertype(String type)The type of application, such as Spark or Hive.ApplicationSummary.BuilderupdatedAt(Instant updatedAt)The date and time when the application was last updated.-
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, sdkFields
-
-
-
-
Method Detail
-
id
ApplicationSummary.Builder id(String id)
The ID of the application.
- Parameters:
id- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ApplicationSummary.Builder name(String name)
The name of the application.
- Parameters:
name- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ApplicationSummary.Builder arn(String arn)
The ARN of the application.
- Parameters:
arn- The ARN of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
releaseLabel
ApplicationSummary.Builder releaseLabel(String releaseLabel)
The Amazon EMR release associated with the application.
- Parameters:
releaseLabel- The Amazon EMR release associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ApplicationSummary.Builder type(String type)
The type of application, such as Spark or Hive.
- Parameters:
type- The type of application, such as Spark or Hive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
ApplicationSummary.Builder state(String state)
The state of the application.
- Parameters:
state- The state of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationState,ApplicationState
-
state
ApplicationSummary.Builder state(ApplicationState state)
The state of the application.
- Parameters:
state- The state of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationState,ApplicationState
-
stateDetails
ApplicationSummary.Builder stateDetails(String stateDetails)
The state details of the application.
- Parameters:
stateDetails- The state details of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ApplicationSummary.Builder createdAt(Instant createdAt)
The date and time when the application was created.
- Parameters:
createdAt- The date and time when the application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
ApplicationSummary.Builder updatedAt(Instant updatedAt)
The date and time when the application was last updated.
- Parameters:
updatedAt- The date and time when the application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
architecture
ApplicationSummary.Builder architecture(String architecture)
The CPU architecture of an application.
- Parameters:
architecture- The CPU architecture of an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture,Architecture
-
architecture
ApplicationSummary.Builder architecture(Architecture architecture)
The CPU architecture of an application.
- Parameters:
architecture- The CPU architecture of an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture,Architecture
-
-