public static interface BatchAssociateUserStackResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<BatchAssociateUserStackResponse.Builder,BatchAssociateUserStackResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateUserStackResponse.Builder |
errors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
|
BatchAssociateUserStackResponse.Builder |
errors(Consumer<UserStackAssociationError.Builder>... errors)
The list of UserStackAssociationError objects.
|
BatchAssociateUserStackResponse.Builder |
errors(UserStackAssociationError... errors)
The list of UserStackAssociationError objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildBatchAssociateUserStackResponse.Builder errors(Collection<UserStackAssociationError> errors)
The list of UserStackAssociationError objects.
errors - The list of UserStackAssociationError objects.BatchAssociateUserStackResponse.Builder errors(UserStackAssociationError... errors)
The list of UserStackAssociationError objects.
errors - The list of UserStackAssociationError objects.BatchAssociateUserStackResponse.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.