public static interface CreateFlowLogsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateFlowLogsRequest.Builder,CreateFlowLogsRequest>
Modifier and Type | Method and Description |
---|---|
CreateFlowLogsRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFlowLogsRequest.Builder |
deliverCrossAccountRole(String deliverCrossAccountRole)
The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.
|
CreateFlowLogsRequest.Builder |
deliverLogsPermissionArn(String deliverLogsPermissionArn)
The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your
account.
|
default CreateFlowLogsRequest.Builder |
destinationOptions(Consumer<DestinationOptionsRequest.Builder> destinationOptions)
The destination options.
|
CreateFlowLogsRequest.Builder |
destinationOptions(DestinationOptionsRequest destinationOptions)
The destination options.
|
CreateFlowLogsRequest.Builder |
logDestination(String logDestination)
The destination for the flow log data.
|
CreateFlowLogsRequest.Builder |
logDestinationType(LogDestinationType logDestinationType)
The type of destination for the flow log data.
|
CreateFlowLogsRequest.Builder |
logDestinationType(String logDestinationType)
The type of destination for the flow log data.
|
CreateFlowLogsRequest.Builder |
logFormat(String logFormat)
The fields to include in the flow log record.
|
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 |
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlowLogsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFlowLogsRequest.Builder |
resourceIds(Collection<String> resourceIds)
The IDs of the resources to monitor.
|
CreateFlowLogsRequest.Builder |
resourceIds(String... resourceIds)
The IDs of the resources to monitor.
|
CreateFlowLogsRequest.Builder |
resourceType(FlowLogsResourceType resourceType)
The type of resource to monitor.
|
CreateFlowLogsRequest.Builder |
resourceType(String resourceType)
The type of resource to monitor.
|
CreateFlowLogsRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the flow logs.
|
CreateFlowLogsRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the flow logs.
|
CreateFlowLogsRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the flow logs.
|
CreateFlowLogsRequest.Builder |
trafficType(String trafficType)
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
|
CreateFlowLogsRequest.Builder |
trafficType(TrafficType trafficType)
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateFlowLogsRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.CreateFlowLogsRequest.Builder deliverLogsPermissionArn(String deliverLogsPermissionArn)
The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
This parameter is required if the destination type is cloud-watch-logs
and unsupported
otherwise.
deliverLogsPermissionArn
- The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in
your account.
This parameter is required if the destination type is cloud-watch-logs
and unsupported
otherwise.
CreateFlowLogsRequest.Builder deliverCrossAccountRole(String deliverCrossAccountRole)
The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.
deliverCrossAccountRole
- The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.CreateFlowLogsRequest.Builder logGroupName(String logGroupName)
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
This parameter is valid only if the destination type is cloud-watch-logs
.
logGroupName
- The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
This parameter is valid only if the destination type is cloud-watch-logs
.
CreateFlowLogsRequest.Builder resourceIds(Collection<String> resourceIds)
The IDs of the resources to monitor. For example, if the resource type is VPC
, specify the IDs
of the VPCs.
Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.
resourceIds
- The IDs of the resources to monitor. For example, if the resource type is VPC
, specify
the IDs of the VPCs.
Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.
CreateFlowLogsRequest.Builder resourceIds(String... resourceIds)
The IDs of the resources to monitor. For example, if the resource type is VPC
, specify the IDs
of the VPCs.
Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.
resourceIds
- The IDs of the resources to monitor. For example, if the resource type is VPC
, specify
the IDs of the VPCs.
Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.
CreateFlowLogsRequest.Builder resourceType(String resourceType)
The type of resource to monitor.
resourceType
- The type of resource to monitor.FlowLogsResourceType
,
FlowLogsResourceType
CreateFlowLogsRequest.Builder resourceType(FlowLogsResourceType resourceType)
The type of resource to monitor.
resourceType
- The type of resource to monitor.FlowLogsResourceType
,
FlowLogsResourceType
CreateFlowLogsRequest.Builder trafficType(String trafficType)
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is not supported for transit gateway resource types. It is required for the other resource types.
trafficType
- The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is
not supported for transit gateway resource types. It is required for the other resource types.TrafficType
,
TrafficType
CreateFlowLogsRequest.Builder trafficType(TrafficType trafficType)
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is not supported for transit gateway resource types. It is required for the other resource types.
trafficType
- The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is
not supported for transit gateway resource types. It is required for the other resource types.TrafficType
,
TrafficType
CreateFlowLogsRequest.Builder logDestinationType(String logDestinationType)
The type of destination for the flow log data.
Default: cloud-watch-logs
logDestinationType
- The type of destination for the flow log data.
Default: cloud-watch-logs
LogDestinationType
,
LogDestinationType
CreateFlowLogsRequest.Builder logDestinationType(LogDestinationType logDestinationType)
The type of destination for the flow log data.
Default: cloud-watch-logs
logDestinationType
- The type of destination for the flow log data.
Default: cloud-watch-logs
LogDestinationType
,
LogDestinationType
CreateFlowLogsRequest.Builder logDestination(String logDestination)
The destination for the flow log data. The meaning of this parameter depends on the destination type.
If the destination type is cloud-watch-logs
, specify the ARN of a CloudWatch Logs log group. For
example:
arn:aws:logs:region:account_id:log-group:my_group
Alternatively, use the LogGroupName
parameter.
If the destination type is s3
, specify the ARN of an S3 bucket. For example:
arn:aws:s3:::my_bucket/my_subfolder/
The subfolder is optional. Note that you can't use AWSLogs
as a subfolder name.
If the destination type is kinesis-data-firehose
, specify the ARN of a Kinesis Data Firehose
delivery stream. For example:
arn:aws:firehose:region:account_id:deliverystream:my_stream
logDestination
- The destination for the flow log data. The meaning of this parameter depends on the destination
type.
If the destination type is cloud-watch-logs
, specify the ARN of a CloudWatch Logs log
group. For example:
arn:aws:logs:region:account_id:log-group:my_group
Alternatively, use the LogGroupName
parameter.
If the destination type is s3
, specify the ARN of an S3 bucket. For example:
arn:aws:s3:::my_bucket/my_subfolder/
The subfolder is optional. Note that you can't use AWSLogs
as a subfolder name.
If the destination type is kinesis-data-firehose
, specify the ARN of a Kinesis Data
Firehose delivery stream. For example:
arn:aws:firehose:region:account_id:deliverystream:my_stream
CreateFlowLogsRequest.Builder logFormat(String logFormat)
The fields to include in the flow log record. List the fields in the order in which they should appear. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. For more information about the available fields, see Flow log records in the Amazon VPC User Guide or Transit Gateway Flow Log records in the Amazon Web Services Transit Gateway Guide.
Specify the fields using the ${field-id}
format, separated by spaces. For the CLI, surround this
parameter value with single quotes on Linux or double quotes on Windows.
logFormat
- The fields to include in the flow log record. List the fields in the order in which they should
appear. If you omit this parameter, the flow log is created using the default format. If you specify
this parameter, you must include at least one field. For more information about the available fields,
see Flow
log records in the Amazon VPC User Guide or Transit Gateway
Flow Log records in the Amazon Web Services Transit Gateway Guide.
Specify the fields using the ${field-id}
format, separated by spaces. For the CLI,
surround this parameter value with single quotes on Linux or double quotes on Windows.
CreateFlowLogsRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the flow logs.
tagSpecifications
- The tags to apply to the flow logs.CreateFlowLogsRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the flow logs.
tagSpecifications
- The tags to apply to the flow logs.CreateFlowLogsRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the flow logs.
This is a convenience method that creates an instance of theTagSpecification.Builder
avoiding the need to create one
manually via TagSpecification.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #tagSpecifications(List
.
tagSpecifications
- a consumer that will call methods on
TagSpecification.Builder
#tagSpecifications(java.util.Collection)
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. The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes). This parameter must be 60 seconds for transit gateway resource types.
When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.
Default: 600
maxAggregationInterval
- The maximum interval of time during which a flow of packets is captured and aggregated into a flow log
record. The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes). This parameter must
be 60 seconds for transit gateway resource types.
When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.
Default: 600
CreateFlowLogsRequest.Builder destinationOptions(DestinationOptionsRequest destinationOptions)
The destination options.
destinationOptions
- The destination options.default CreateFlowLogsRequest.Builder destinationOptions(Consumer<DestinationOptionsRequest.Builder> destinationOptions)
The destination options.
This is a convenience method that creates an instance of theDestinationOptionsRequest.Builder
avoiding the need to create one manually via DestinationOptionsRequest.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to destinationOptions(DestinationOptionsRequest)
.
destinationOptions
- a consumer that will call methods on DestinationOptionsRequest.Builder
destinationOptions(DestinationOptionsRequest)
CreateFlowLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateFlowLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.