CopyableBuilder<DeleteFlowLogsRequest.Builder,DeleteFlowLogsRequest>
, SdkBuilder<DeleteFlowLogsRequest.Builder,DeleteFlowLogsRequest>
public static interface DeleteFlowLogsRequest.Builder extends CopyableBuilder<DeleteFlowLogsRequest.Builder,DeleteFlowLogsRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteFlowLogsRequest.Builder |
flowLogIds(String... flowLogIds) |
One or more flow log IDs.
|
DeleteFlowLogsRequest.Builder |
flowLogIds(Collection<String> flowLogIds) |
One or more flow log IDs.
|
copy
apply, build
DeleteFlowLogsRequest.Builder flowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
flowLogIds
- One or more flow log IDs.DeleteFlowLogsRequest.Builder flowLogIds(String... flowLogIds)
One or more flow log IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setFlowLogIds(java.util.Collection)
or #withFlowLogIds(java.util.Collection)
if you want to
override the existing values.
flowLogIds
- One or more flow log IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.