public static interface BatchUpdateRuleResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateRuleResponse.Builder,BatchUpdateRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRuleResponse.Builder |
successful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
|
BatchUpdateRuleResponse.Builder |
successful(Consumer<RuleUpdateSuccess.Builder>... successful)
The rules that were successfully updated.
|
BatchUpdateRuleResponse.Builder |
successful(RuleUpdateSuccess... successful)
The rules that were successfully updated.
|
BatchUpdateRuleResponse.Builder |
unsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
|
BatchUpdateRuleResponse.Builder |
unsuccessful(Consumer<RuleUpdateFailure.Builder>... unsuccessful)
The rules that the operation couldn't update.
|
BatchUpdateRuleResponse.Builder |
unsuccessful(RuleUpdateFailure... unsuccessful)
The rules that the operation couldn't update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateRuleResponse.Builder successful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
successful - The rules that were successfully updated.BatchUpdateRuleResponse.Builder successful(RuleUpdateSuccess... successful)
The rules that were successfully updated.
successful - The rules that were successfully updated.BatchUpdateRuleResponse.Builder successful(Consumer<RuleUpdateSuccess.Builder>... successful)
The rules that were successfully updated.
This is a convenience method that creates an instance of theRuleUpdateSuccess.Builder avoiding the need to
create one manually via RuleUpdateSuccess.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #successful(List.
successful - a consumer that will call methods on
RuleUpdateSuccess.Builder#successful(java.util.Collection) BatchUpdateRuleResponse.Builder unsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
unsuccessful - The rules that the operation couldn't update.BatchUpdateRuleResponse.Builder unsuccessful(RuleUpdateFailure... unsuccessful)
The rules that the operation couldn't update.
unsuccessful - The rules that the operation couldn't update.BatchUpdateRuleResponse.Builder unsuccessful(Consumer<RuleUpdateFailure.Builder>... unsuccessful)
The rules that the operation couldn't update.
This is a convenience method that creates an instance of theRuleUpdateFailure.Builder avoiding the need to
create one manually via RuleUpdateFailure.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unsuccessful(List.
unsuccessful - a consumer that will call methods on
RuleUpdateFailure.Builder#unsuccessful(java.util.Collection) Copyright © 2023. All rights reserved.