| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetFlowLogsIntegrationTemplateResponse |
Ec2Client.getFlowLogsIntegrationTemplate(Consumer<GetFlowLogsIntegrationTemplateRequest.Builder> getFlowLogsIntegrationTemplateRequest)
Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon
Athena.
|
default CompletableFuture<GetFlowLogsIntegrationTemplateResponse> |
Ec2AsyncClient.getFlowLogsIntegrationTemplate(Consumer<GetFlowLogsIntegrationTemplateRequest.Builder> getFlowLogsIntegrationTemplateRequest)
Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon
Athena.
|
| Modifier and Type | Method and Description |
|---|---|
static GetFlowLogsIntegrationTemplateRequest.Builder |
GetFlowLogsIntegrationTemplateRequest.builder() |
GetFlowLogsIntegrationTemplateRequest.Builder |
GetFlowLogsIntegrationTemplateRequest.Builder.configDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
|
GetFlowLogsIntegrationTemplateRequest.Builder |
GetFlowLogsIntegrationTemplateRequest.Builder.flowLogId(String flowLogId)
The ID of the flow log.
|
default GetFlowLogsIntegrationTemplateRequest.Builder |
GetFlowLogsIntegrationTemplateRequest.Builder.integrateServices(Consumer<IntegrateServices.Builder> integrateServices)
Information about the service integration.
|
GetFlowLogsIntegrationTemplateRequest.Builder |
GetFlowLogsIntegrationTemplateRequest.Builder.integrateServices(IntegrateServices integrateServices)
Information about the service integration.
|
GetFlowLogsIntegrationTemplateRequest.Builder |
GetFlowLogsIntegrationTemplateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFlowLogsIntegrationTemplateRequest.Builder |
GetFlowLogsIntegrationTemplateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetFlowLogsIntegrationTemplateRequest.Builder |
GetFlowLogsIntegrationTemplateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFlowLogsIntegrationTemplateRequest.Builder> |
GetFlowLogsIntegrationTemplateRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.