Interface ListSopRecommendationsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListSopRecommendationsResponse.Builder,,- ListSopRecommendationsResponse> - ResiliencehubResponse.Builder,- SdkBuilder<ListSopRecommendationsResponse.Builder,,- ListSopRecommendationsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListSopRecommendationsResponse
@Mutable
@NotThreadSafe
public static interface ListSopRecommendationsResponse.Builder
extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListSopRecommendationsResponse.Builder,ListSopRecommendationsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionToken for the next set of results, or null if there are no more results.sopRecommendations(Collection<SopRecommendation> sopRecommendations) The standard operating procedure (SOP) recommendations for the Resilience Hub applications.sopRecommendations(Consumer<SopRecommendation.Builder>... sopRecommendations) The standard operating procedure (SOP) recommendations for the Resilience Hub applications.sopRecommendations(SopRecommendation... sopRecommendations) The standard operating procedure (SOP) recommendations for the Resilience Hub applications.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenToken for the next set of results, or null if there are no more results. - Parameters:
- nextToken- Token for the next set of results, or null if there are no more results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sopRecommendationsListSopRecommendationsResponse.Builder sopRecommendations(Collection<SopRecommendation> sopRecommendations) The standard operating procedure (SOP) recommendations for the Resilience Hub applications. - Parameters:
- sopRecommendations- The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sopRecommendationsThe standard operating procedure (SOP) recommendations for the Resilience Hub applications. - Parameters:
- sopRecommendations- The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sopRecommendationsListSopRecommendationsResponse.Builder sopRecommendations(Consumer<SopRecommendation.Builder>... sopRecommendations) The standard operating procedure (SOP) recommendations for the Resilience Hub applications. This is a convenience method that creates an instance of theSopRecommendation.Builderavoiding the need to create one manually viaSopRecommendation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosopRecommendations(List<SopRecommendation>).- Parameters:
- sopRecommendations- a consumer that will call methods on- SopRecommendation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-