Interface ApplicationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkPojo
- Enclosing class:
ApplicationSummary
@Mutable
@NotThreadSafe
public static interface ApplicationSummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the application.discoveryStatus
(String discoveryStatus) The status of the latest discovery.discoveryStatus
(ApplicationDiscoveryStatus discoveryStatus) The status of the latest discovery.The ID of the application.The tags on the application.The type of the application.type
(ApplicationType type) The type of the application.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 Details
-
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.
-
discoveryStatus
The status of the latest discovery.
- Parameters:
discoveryStatus
- The status of the latest discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
discoveryStatus
The status of the latest discovery.
- Parameters:
discoveryStatus
- The status of the latest discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the application.
- Parameters:
type
- The type of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the application.
- Parameters:
type
- The type of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name (ARN) of the application.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags on the application.
- Parameters:
tags
- The tags on the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-