Interface GetArchitectureRecommendationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetArchitectureRecommendationsResponse.Builder,
,GetArchitectureRecommendationsResponse> Route53RecoveryReadinessResponse.Builder
,SdkBuilder<GetArchitectureRecommendationsResponse.Builder,
,GetArchitectureRecommendationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetArchitectureRecommendationsResponse
public static interface GetArchitectureRecommendationsResponse.Builder
extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetArchitectureRecommendationsResponse.Builder,GetArchitectureRecommendationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlastAuditTimestamp
(Instant lastAuditTimestamp) The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.The token that identifies which batch of results you want to see.recommendations
(Collection<Recommendation> recommendations) A list of the recommendations for the customer's application.recommendations
(Consumer<Recommendation.Builder>... recommendations) A list of the recommendations for the customer's application.recommendations
(Recommendation... recommendations) A list of the recommendations for the customer's application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53recoveryreadiness.model.Route53RecoveryReadinessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
lastAuditTimestamp
The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.
- Parameters:
lastAuditTimestamp
- The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token that identifies which batch of results you want to see.
- Parameters:
nextToken
- The token that identifies which batch of results you want to see.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendations
GetArchitectureRecommendationsResponse.Builder recommendations(Collection<Recommendation> recommendations) A list of the recommendations for the customer's application.
- Parameters:
recommendations
- A list of the recommendations for the customer's application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendations
A list of the recommendations for the customer's application.
- Parameters:
recommendations
- A list of the recommendations for the customer's application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendations
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 viaRecommendation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torecommendations(List<Recommendation>)
.- Parameters:
recommendations
- a consumer that will call methods onRecommendation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-