Uses of Interface
software.amazon.awssdk.services.ec2.model.GetFlowLogsIntegrationTemplateRequest.Builder
-
Packages that use GetFlowLogsIntegrationTemplateRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetFlowLogsIntegrationTemplateRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetFlowLogsIntegrationTemplateRequest.Builder Modifier and Type Method Description 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.default GetFlowLogsIntegrationTemplateResponseEc2Client. getFlowLogsIntegrationTemplate(Consumer<GetFlowLogsIntegrationTemplateRequest.Builder> getFlowLogsIntegrationTemplateRequest)Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. -
Uses of GetFlowLogsIntegrationTemplateRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetFlowLogsIntegrationTemplateRequest.Builder Modifier and Type Method Description static GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest. builder()GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest.Builder. configDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest.Builder. flowLogId(String flowLogId)The ID of the flow log.default GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest.Builder. integrateServices(Consumer<IntegrateServices.Builder> integrateServices)Information about the service integration.GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest.Builder. integrateServices(IntegrateServices integrateServices)Information about the service integration.GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFlowLogsIntegrationTemplateRequest.BuilderGetFlowLogsIntegrationTemplateRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetFlowLogsIntegrationTemplateRequest.Builder Modifier and Type Method Description static Class<? extends GetFlowLogsIntegrationTemplateRequest.Builder>GetFlowLogsIntegrationTemplateRequest. serializableBuilderClass()
-