public static interface DeleteFlowLogsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>
Modifier and Type | Method and Description |
---|---|
DeleteFlowLogsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
DeleteFlowLogsResponse.Builder |
unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
DeleteFlowLogsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteFlowLogsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
unsuccessful
- Information about the flow logs that could not be deleted successfully.DeleteFlowLogsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
unsuccessful
- Information about the flow logs that could not be deleted successfully.DeleteFlowLogsResponse.Builder unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the flow logs that could not be deleted successfully.
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 #unsuccessful(List)
.unsuccessful
- a consumer that will call methods on List.Builder
#unsuccessful(List)
Copyright © 2020. All rights reserved.