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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchDisassociateUserStackResponse.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 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 #errors(List)
.errors
- a consumer that will call methods on List.Builder
#errors(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.