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 a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.
|
GetArchitectureRecommendationsResponse.Builder |
nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection
|
GetArchitectureRecommendationsResponse.Builder |
recommendations(Collection<Recommendation> recommendations)
A list of recommendations for the customer's application
|
GetArchitectureRecommendationsResponse.Builder |
recommendations(Consumer<Recommendation.Builder>... recommendations)
A list of recommendations for the customer's application This is a convenience that creates an instance of
the
List avoiding the need to create one manually via . |
GetArchitectureRecommendationsResponse.Builder |
recommendations(Recommendation... recommendations)
A list of recommendations for the customer's application
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetArchitectureRecommendationsResponse.Builder lastAuditTimestamp(Instant lastAuditTimestamp)
lastAuditTimestamp - The time a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.GetArchitectureRecommendationsResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collectionGetArchitectureRecommendationsResponse.Builder recommendations(Collection<Recommendation> recommendations)
recommendations - A list of recommendations for the customer's applicationGetArchitectureRecommendationsResponse.Builder recommendations(Recommendation... recommendations)
recommendations - A list of recommendations for the customer's applicationGetArchitectureRecommendationsResponse.Builder recommendations(Consumer<Recommendation.Builder>... recommendations)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #recommendations(List) .recommendations - a consumer that will call methods on List.Builder #recommendations(List) Copyright © 2022. All rights reserved.