CopyableBuilder<CreateFlowLogsResponse.Builder,CreateFlowLogsResponse>, SdkBuilder<CreateFlowLogsResponse.Builder,CreateFlowLogsResponse>public static interface CreateFlowLogsResponse.Builder extends CopyableBuilder<CreateFlowLogsResponse.Builder,CreateFlowLogsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CreateFlowLogsResponse.Builder |
clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateFlowLogsResponse.Builder |
flowLogIds(String... flowLogIds) |
The IDs of the flow logs.
|
CreateFlowLogsResponse.Builder |
flowLogIds(Collection<String> flowLogIds) |
The IDs of the flow logs.
|
CreateFlowLogsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful) |
Information about the flow logs that could not be created successfully.
|
CreateFlowLogsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful) |
Information about the flow logs that could not be created successfully.
|
copyapply, buildCreateFlowLogsResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateFlowLogsResponse.Builder flowLogIds(Collection<String> flowLogIds)
The IDs of the flow logs.
flowLogIds - The IDs of the flow logs.CreateFlowLogsResponse.Builder flowLogIds(String... flowLogIds)
The IDs of the flow logs.
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 - The IDs of the flow logs.CreateFlowLogsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
unsuccessful - Information about the flow logs that could not be created successfully.CreateFlowLogsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created 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 created successfully.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.