public static interface DeleteFlowLogsResponse.Builder extends EC2Response.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.
|
buildcopyapply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.