public static interface ListResiliencyPoliciesResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListResiliencyPoliciesResponse.Builder,ListResiliencyPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResiliencyPoliciesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListResiliencyPoliciesResponse.Builder |
resiliencyPolicies(Collection<ResiliencyPolicy> resiliencyPolicies)
The resiliency policies for the Resilience Hub applications.
|
ListResiliencyPoliciesResponse.Builder |
resiliencyPolicies(Consumer<ResiliencyPolicy.Builder>... resiliencyPolicies)
The resiliency policies for the Resilience Hub applications.
|
ListResiliencyPoliciesResponse.Builder |
resiliencyPolicies(ResiliencyPolicy... resiliencyPolicies)
The resiliency policies for the Resilience Hub applications.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResiliencyPoliciesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListResiliencyPoliciesResponse.Builder resiliencyPolicies(Collection<ResiliencyPolicy> resiliencyPolicies)
The resiliency policies for the Resilience Hub applications.
resiliencyPolicies - The resiliency policies for the Resilience Hub applications.ListResiliencyPoliciesResponse.Builder resiliencyPolicies(ResiliencyPolicy... resiliencyPolicies)
The resiliency policies for the Resilience Hub applications.
resiliencyPolicies - The resiliency policies for the Resilience Hub applications.ListResiliencyPoliciesResponse.Builder resiliencyPolicies(Consumer<ResiliencyPolicy.Builder>... resiliencyPolicies)
The resiliency policies for the Resilience Hub applications.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #resiliencyPolicies(List) .resiliencyPolicies - a consumer that will call methods on List.Builder #resiliencyPolicies(List) Copyright © 2021. All rights reserved.