public static interface BatchDisassociateUserStackResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<BatchDisassociateUserStackResponse.Builder,BatchDisassociateUserStackResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateUserStackResponse.Builder |
errors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
|
BatchDisassociateUserStackResponse.Builder |
errors(Consumer<UserStackAssociationError.Builder>... errors)
The list of UserStackAssociationError objects.
|
BatchDisassociateUserStackResponse.Builder |
errors(UserStackAssociationError... errors)
The list of UserStackAssociationError objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateUserStackResponse.Builder errors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
errors - The list of UserStackAssociationError objects.BatchDisassociateUserStackResponse.Builder errors(UserStackAssociationError... errors)
The list of UserStackAssociationError objects.
errors - The list of UserStackAssociationError objects.BatchDisassociateUserStackResponse.Builder errors(Consumer<UserStackAssociationError.Builder>... errors)
The list of UserStackAssociationError objects.
This is a convenience method that creates an instance of theUserStackAssociationError.Builder avoiding the need
to create one manually via
UserStackAssociationError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
UserStackAssociationError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.