CopyableBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>
, SdkBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>
public static interface DeleteFlowLogsResponse.Builder extends CopyableBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>
Modifier and Type | Method | 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setUnsuccessful(java.util.Collection)
or #withUnsuccessful(java.util.Collection)
if you want
to override the existing values.
unsuccessful
- Information about the flow logs that could not be deleted successfully.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.