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.Builderarn(String arn)The Amazon Resource Name (ARN) of the application.ApplicationSummary.BuilderdiscoveryStatus(String discoveryStatus)The status of the latest discovery.ApplicationSummary.BuilderdiscoveryStatus(ApplicationDiscoveryStatus discoveryStatus)The status of the latest discovery.ApplicationSummary.Builderid(String id)The ID of the application.ApplicationSummary.Buildertags(Map<String,String> tags)The tags on the application.ApplicationSummary.Buildertype(String type)The type of the application.ApplicationSummary.Buildertype(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, 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.
-
discoveryStatus
ApplicationSummary.Builder discoveryStatus(String 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:
ApplicationDiscoveryStatus,ApplicationDiscoveryStatus
-
discoveryStatus
ApplicationSummary.Builder discoveryStatus(ApplicationDiscoveryStatus 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:
ApplicationDiscoveryStatus,ApplicationDiscoveryStatus
-
type
ApplicationSummary.Builder type(String 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:
ApplicationType,ApplicationType
-
type
ApplicationSummary.Builder type(ApplicationType 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:
ApplicationType,ApplicationType
-
arn
ApplicationSummary.Builder arn(String 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
ApplicationSummary.Builder tags(Map<String,String> 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.
-
-