Interface Application.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Application.Builder,
,Application> SdkBuilder<Application.Builder,
,Application> SdkPojo
- Enclosing class:
Application
@Mutable
@NotThreadSafe
public static interface Application.Builder
extends SdkPojo, CopyableBuilder<Application.Builder,Application>
-
Method Summary
Modifier and TypeMethodDescriptionappRegistryArn
(String appRegistryArn) The Amazon Resource Name (ARN) of the Application Registry.The Amazon Resource Name (ARN) of the application.associatedApplicationArns
(String... associatedApplicationArns) The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.associatedApplicationArns
(Collection<String> associatedApplicationArns) The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.components
(String... components) The components of the application.components
(Collection<String> components) The components of the application.discoveryStatus
(String discoveryStatus) The latest discovery result for the application.discoveryStatus
(ApplicationDiscoveryStatus discoveryStatus) The latest discovery result for the application.The ID of the application.lastUpdated
(Instant lastUpdated) The time at which the application was last updated.The status of the application.status
(ApplicationStatus status) The status of the application.statusMessage
(String statusMessage) The status message.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.
-
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.
-
appRegistryArn
The Amazon Resource Name (ARN) of the Application Registry.
- Parameters:
appRegistryArn
- The Amazon Resource Name (ARN) of the Application Registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the application.
- Parameters:
status
- The status of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the application.
- Parameters:
status
- The status of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
discoveryStatus
The latest discovery result for the application.
- Parameters:
discoveryStatus
- The latest discovery result for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
discoveryStatus
The latest discovery result for the application.
- Parameters:
discoveryStatus
- The latest discovery result for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
components
The components of the application.
- Parameters:
components
- The components of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
components
The components of the application.
- Parameters:
components
- The components of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdated
The time at which the application was last updated.
- Parameters:
lastUpdated
- The time at which the application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
The status message.
- Parameters:
statusMessage
- The status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedApplicationArns
The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.
- Parameters:
associatedApplicationArns
- The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedApplicationArns
The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.
- Parameters:
associatedApplicationArns
- The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-