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 method that creates an instance of theRule.Builder avoiding the need to
create one manually via
Rule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #safetyRules(List.
safetyRules - a consumer that will call methods on
Rule.Builder#safetyRules(java.util.Collection) Copyright © 2022. All rights reserved.