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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
Token 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.
-
sopRecommendations
ListSopRecommendationsResponse.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.
-
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.
-
sopRecommendations
ListSopRecommendationsResponse.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.Builder
avoiding the need to create one manually viaSopRecommendation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosopRecommendations(List<SopRecommendation>)
.- Parameters:
sopRecommendations
- a consumer that will call methods onSopRecommendation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-