public static interface GetFlowLogsIntegrationTemplateRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetFlowLogsIntegrationTemplateRequest.Builder,GetFlowLogsIntegrationTemplateRequest>
Modifier and Type | Method and Description |
---|---|
GetFlowLogsIntegrationTemplateRequest.Builder |
configDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
|
GetFlowLogsIntegrationTemplateRequest.Builder |
flowLogId(String flowLogId)
The ID of the flow log.
|
default GetFlowLogsIntegrationTemplateRequest.Builder |
integrateServices(Consumer<IntegrateServices.Builder> integrateServices)
Information about the service integration.
|
GetFlowLogsIntegrationTemplateRequest.Builder |
integrateServices(IntegrateServices integrateServices)
Information about the service integration.
|
GetFlowLogsIntegrationTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFlowLogsIntegrationTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetFlowLogsIntegrationTemplateRequest.Builder flowLogId(String flowLogId)
The ID of the flow log.
flowLogId
- The ID of the flow log.GetFlowLogsIntegrationTemplateRequest.Builder configDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
configDeliveryS3DestinationArn
- To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.GetFlowLogsIntegrationTemplateRequest.Builder integrateServices(IntegrateServices integrateServices)
Information about the service integration.
integrateServices
- Information about the service integration.default GetFlowLogsIntegrationTemplateRequest.Builder integrateServices(Consumer<IntegrateServices.Builder> integrateServices)
Information about the service integration.
This is a convenience that creates an instance of theIntegrateServices.Builder
avoiding the need to
create one manually via IntegrateServices.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to integrateServices(IntegrateServices)
.integrateServices
- a consumer that will call methods on IntegrateServices.Builder
integrateServices(IntegrateServices)
GetFlowLogsIntegrationTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetFlowLogsIntegrationTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.