public static interface GetApplicationComponentDetailsResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationComponentDetailsResponse.Builder,GetApplicationComponentDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationComponentDetailsResponse.Builder |
applicationComponentDetail(ApplicationComponentDetail applicationComponentDetail)
Detailed information about an application component.
|
default GetApplicationComponentDetailsResponse.Builder |
applicationComponentDetail(Consumer<ApplicationComponentDetail.Builder> applicationComponentDetail)
Detailed information about an application component.
|
GetApplicationComponentDetailsResponse.Builder |
associatedApplications(AssociatedApplication... associatedApplications)
The associated application group as defined in AWS Application Discovery Service.
|
GetApplicationComponentDetailsResponse.Builder |
associatedApplications(Collection<AssociatedApplication> associatedApplications)
The associated application group as defined in AWS Application Discovery Service.
|
GetApplicationComponentDetailsResponse.Builder |
associatedApplications(Consumer<AssociatedApplication.Builder>... associatedApplications)
The associated application group as defined in AWS Application Discovery Service.
|
GetApplicationComponentDetailsResponse.Builder |
associatedServerIds(Collection<String> associatedServerIds)
A list of the IDs of the servers on which the application component is running.
|
GetApplicationComponentDetailsResponse.Builder |
associatedServerIds(String... associatedServerIds)
A list of the IDs of the servers on which the application component is running.
|
GetApplicationComponentDetailsResponse.Builder |
moreApplicationResource(Boolean moreApplicationResource)
Set to true if the application component belongs to more than one application group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationComponentDetailsResponse.Builder applicationComponentDetail(ApplicationComponentDetail applicationComponentDetail)
Detailed information about an application component.
applicationComponentDetail - Detailed information about an application component.default GetApplicationComponentDetailsResponse.Builder applicationComponentDetail(Consumer<ApplicationComponentDetail.Builder> applicationComponentDetail)
Detailed information about an application component.
This is a convenience method that creates an instance of theApplicationComponentDetail.Builder
avoiding the need to create one manually via ApplicationComponentDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to applicationComponentDetail(ApplicationComponentDetail).
applicationComponentDetail - a consumer that will call methods on ApplicationComponentDetail.BuilderapplicationComponentDetail(ApplicationComponentDetail)GetApplicationComponentDetailsResponse.Builder associatedApplications(Collection<AssociatedApplication> associatedApplications)
The associated application group as defined in AWS Application Discovery Service.
associatedApplications - The associated application group as defined in AWS Application Discovery Service.GetApplicationComponentDetailsResponse.Builder associatedApplications(AssociatedApplication... associatedApplications)
The associated application group as defined in AWS Application Discovery Service.
associatedApplications - The associated application group as defined in AWS Application Discovery Service.GetApplicationComponentDetailsResponse.Builder associatedApplications(Consumer<AssociatedApplication.Builder>... associatedApplications)
The associated application group as defined in AWS Application Discovery Service.
This is a convenience method that creates an instance of theAssociatedApplication.Builder avoiding the
need to create one manually via
AssociatedApplication.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #associatedApplications(List.
associatedApplications - a consumer that will call methods on
AssociatedApplication.Builder#associatedApplications(java.util.Collection) GetApplicationComponentDetailsResponse.Builder associatedServerIds(Collection<String> associatedServerIds)
A list of the IDs of the servers on which the application component is running.
associatedServerIds - A list of the IDs of the servers on which the application component is running.GetApplicationComponentDetailsResponse.Builder associatedServerIds(String... associatedServerIds)
A list of the IDs of the servers on which the application component is running.
associatedServerIds - A list of the IDs of the servers on which the application component is running.GetApplicationComponentDetailsResponse.Builder moreApplicationResource(Boolean moreApplicationResource)
Set to true if the application component belongs to more than one application group.
moreApplicationResource - Set to true if the application component belongs to more than one application group.Copyright © 2023. All rights reserved.