public static interface DeleteFlowLogsResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.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(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
buildDeleteFlowLogsResponse.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.Copyright © 2018. All rights reserved.