public static interface GetServerDetailsResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetServerDetailsResponse.Builder,GetServerDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetServerDetailsResponse.Builder |
associatedApplications(AssociatedApplication... associatedApplications)
The associated application group the server belongs to, as defined in AWS Application Discovery Service.
|
GetServerDetailsResponse.Builder |
associatedApplications(Collection<AssociatedApplication> associatedApplications)
The associated application group the server belongs to, as defined in AWS Application Discovery Service.
|
GetServerDetailsResponse.Builder |
associatedApplications(Consumer<AssociatedApplication.Builder>... associatedApplications)
The associated application group the server belongs to, as defined in AWS Application Discovery Service.
|
GetServerDetailsResponse.Builder |
nextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
default GetServerDetailsResponse.Builder |
serverDetail(Consumer<ServerDetail.Builder> serverDetail)
Detailed information about the server.
|
GetServerDetailsResponse.Builder |
serverDetail(ServerDetail serverDetail)
Detailed information about the server.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServerDetailsResponse.Builder associatedApplications(Collection<AssociatedApplication> associatedApplications)
The associated application group the server belongs to, as defined in AWS Application Discovery Service.
associatedApplications - The associated application group the server belongs to, as defined in AWS Application Discovery
Service.GetServerDetailsResponse.Builder associatedApplications(AssociatedApplication... associatedApplications)
The associated application group the server belongs to, as defined in AWS Application Discovery Service.
associatedApplications - The associated application group the server belongs to, as defined in AWS Application Discovery
Service.GetServerDetailsResponse.Builder associatedApplications(Consumer<AssociatedApplication.Builder>... associatedApplications)
The associated application group the server belongs to, 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) GetServerDetailsResponse.Builder nextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
nextToken - The token you use to retrieve the next set of results, or null if there are no more results.GetServerDetailsResponse.Builder serverDetail(ServerDetail serverDetail)
Detailed information about the server.
serverDetail - Detailed information about the server.default GetServerDetailsResponse.Builder serverDetail(Consumer<ServerDetail.Builder> serverDetail)
Detailed information about the server.
This is a convenience method that creates an instance of theServerDetail.Builder avoiding the need
to create one manually via ServerDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to serverDetail(ServerDetail).
serverDetail - a consumer that will call methods on ServerDetail.BuilderserverDetail(ServerDetail)Copyright © 2023. All rights reserved.