| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| 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 permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your
account.
|
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.logFormat(String logFormat)
The fields to include in the flow log record, in the order in which they should appear.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.logGroupName(String logGroupName)
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.maxAggregationInterval(Integer maxAggregationInterval)
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log
record.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.resourceIds(Collection<String> resourceIds)
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.resourceIds(String... resourceIds)
The ID of the subnet, network interface, or VPC for which you want to create a flow log.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.resourceType(FlowLogsResourceType resourceType)
The type of resource for which to create the flow log.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.resourceType(String resourceType)
The type of resource for which to create the flow log.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the flow logs.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the flow logs.
|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the flow logs.
|
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 © 2020. All rights reserved.