| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFlowLogsResponse> |
Ec2AsyncClient.createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
default CreateFlowLogsResponse |
Ec2Client.createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.builder() |
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.deliverLogsPermissionArn(String deliverLogsPermissionArn)
The ARN for the IAM role that's used to post flow logs to a log group.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.logDestination(String logDestination)
Specifies the destination to which the flow log data is to be published.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.logDestinationType(LogDestinationType logDestinationType)
Specifies the type of destination to which the flow log data is to be published.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.logDestinationType(String logDestinationType)
Specifies the type of destination to which the flow log data is to be published.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.logGroupName(String logGroupName)
The name of the log group.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.resourceIds(Collection<String> resourceIds)
One or more subnet, network interface, or VPC IDs.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.resourceIds(String... resourceIds)
One or more subnet, network interface, or VPC IDs.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.resourceType(FlowLogsResourceType resourceType)
The type of resource on which to create the flow log.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.resourceType(String resourceType)
The type of resource on which to create the flow log.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.toBuilder() |
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.trafficType(String trafficType)
The type of traffic to log.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.trafficType(TrafficType trafficType)
The type of traffic to log.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFlowLogsRequest.Builder> |
CreateFlowLogsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.