| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.builder() |
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.flowLogIds(Collection<String> flowLogIds)
The IDs of the flow logs.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.flowLogIds(String... flowLogIds)
The IDs of the flow logs.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.toBuilder() |
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the flow logs that could not be created successfully.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFlowLogsResponse.Builder> |
CreateFlowLogsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.