public static interface SlotResolutionTestResultItem.Builder extends SdkPojo, CopyableBuilder<SlotResolutionTestResultItem.Builder,SlotResolutionTestResultItem>
| Modifier and Type | Method and Description |
|---|---|
default SlotResolutionTestResultItem.Builder |
resultCounts(Consumer<SlotResolutionTestResultItemCounts.Builder> resultCounts)
A result for slot resolution in the results of a test execution.
|
SlotResolutionTestResultItem.Builder |
resultCounts(SlotResolutionTestResultItemCounts resultCounts)
A result for slot resolution in the results of a test execution.
|
SlotResolutionTestResultItem.Builder |
slotName(String slotName)
The name of the slot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotResolutionTestResultItem.Builder slotName(String slotName)
The name of the slot.
slotName - The name of the slot.SlotResolutionTestResultItem.Builder resultCounts(SlotResolutionTestResultItemCounts resultCounts)
A result for slot resolution in the results of a test execution.
resultCounts - A result for slot resolution in the results of a test execution.default SlotResolutionTestResultItem.Builder resultCounts(Consumer<SlotResolutionTestResultItemCounts.Builder> resultCounts)
A result for slot resolution in the results of a test execution.
This is a convenience method that creates an instance of theSlotResolutionTestResultItemCounts.Builder avoiding the need to create one manually via
SlotResolutionTestResultItemCounts.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resultCounts(SlotResolutionTestResultItemCounts).
resultCounts - a consumer that will call methods on SlotResolutionTestResultItemCounts.BuilderresultCounts(SlotResolutionTestResultItemCounts)Copyright © 2023. All rights reserved.