public static interface ListResponsePlansResponse.Builder extends SsmIncidentsResponse.Builder, SdkPojo, CopyableBuilder<ListResponsePlansResponse.Builder,ListResponsePlansResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResponsePlansResponse.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListResponsePlansResponse.Builder |
responsePlanSummaries(Collection<ResponsePlanSummary> responsePlanSummaries)
Details of each response plan.
|
ListResponsePlansResponse.Builder |
responsePlanSummaries(Consumer<ResponsePlanSummary.Builder>... responsePlanSummaries)
Details of each response plan.
|
ListResponsePlansResponse.Builder |
responsePlanSummaries(ResponsePlanSummary... responsePlanSummaries)
Details of each response plan.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResponsePlansResponse.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.ListResponsePlansResponse.Builder responsePlanSummaries(Collection<ResponsePlanSummary> responsePlanSummaries)
Details of each response plan.
responsePlanSummaries - Details of each response plan.ListResponsePlansResponse.Builder responsePlanSummaries(ResponsePlanSummary... responsePlanSummaries)
Details of each response plan.
responsePlanSummaries - Details of each response plan.ListResponsePlansResponse.Builder responsePlanSummaries(Consumer<ResponsePlanSummary.Builder>... responsePlanSummaries)
Details of each response plan.
This is a convenience method that creates an instance of theResponsePlanSummary.Builder avoiding the need to
create one manually via
ResponsePlanSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #responsePlanSummaries(List.
responsePlanSummaries - a consumer that will call methods on
ResponsePlanSummary.Builder#responsePlanSummaries(java.util.Collection) Copyright © 2023. All rights reserved.