public static interface ListSafetyRulesResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<ListSafetyRulesResponse.Builder,ListSafetyRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSafetyRulesResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListSafetyRulesResponse.Builder |
safetyRules(Collection<Rule> safetyRules)
The list of safety rules in a control panel.
|
ListSafetyRulesResponse.Builder |
safetyRules(Consumer<Rule.Builder>... safetyRules)
The list of safety rules in a control panel.
|
ListSafetyRulesResponse.Builder |
safetyRules(Rule... safetyRules)
The list of safety rules in a control panel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSafetyRulesResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.ListSafetyRulesResponse.Builder safetyRules(Collection<Rule> safetyRules)
The list of safety rules in a control panel.
safetyRules - The list of safety rules in a control panel.ListSafetyRulesResponse.Builder safetyRules(Rule... safetyRules)
The list of safety rules in a control panel.
safetyRules - The list of safety rules in a control panel.ListSafetyRulesResponse.Builder safetyRules(Consumer<Rule.Builder>... safetyRules)
The list of safety rules in a control panel.
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 #safetyRules(List) .safetyRules - a consumer that will call methods on List.Builder #safetyRules(List) Copyright © 2021. All rights reserved.