public static interface GetArchitectureRecommendationsResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetArchitectureRecommendationsResponse.Builder,GetArchitectureRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetArchitectureRecommendationsResponse.Builder |
lastAuditTimestamp(Instant lastAuditTimestamp)
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
|
GetArchitectureRecommendationsResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
GetArchitectureRecommendationsResponse.Builder |
recommendations(Collection<Recommendation> recommendations)
A list of the recommendations for the customer's application.
|
GetArchitectureRecommendationsResponse.Builder |
recommendations(Consumer<Recommendation.Builder>... recommendations)
A list of the recommendations for the customer's application.
|
GetArchitectureRecommendationsResponse.Builder |
recommendations(Recommendation... recommendations)
A list of the recommendations for the customer's application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetArchitectureRecommendationsResponse.Builder lastAuditTimestamp(Instant lastAuditTimestamp)
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
lastAuditTimestamp - The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.GetArchitectureRecommendationsResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.GetArchitectureRecommendationsResponse.Builder recommendations(Collection<Recommendation> recommendations)
A list of the recommendations for the customer's application.
recommendations - A list of the recommendations for the customer's application.GetArchitectureRecommendationsResponse.Builder recommendations(Recommendation... recommendations)
A list of the recommendations for the customer's application.
recommendations - A list of the recommendations for the customer's application.GetArchitectureRecommendationsResponse.Builder recommendations(Consumer<Recommendation.Builder>... recommendations)
A list of the recommendations for the customer's application.
This is a convenience method that creates an instance of theRecommendation.Builder avoiding the
need to create one manually via
Recommendation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #recommendations(List.
recommendations - a consumer that will call methods on
Recommendation.Builder#recommendations(java.util.Collection) Copyright © 2023. All rights reserved.