Interface GetFlowLogsIntegrationTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetFlowLogsIntegrationTemplateRequest.Builder,GetFlowLogsIntegrationTemplateRequest>
,Ec2Request.Builder
,SdkBuilder<GetFlowLogsIntegrationTemplateRequest.Builder,GetFlowLogsIntegrationTemplateRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetFlowLogsIntegrationTemplateRequest
public static interface GetFlowLogsIntegrationTemplateRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetFlowLogsIntegrationTemplateRequest.Builder,GetFlowLogsIntegrationTemplateRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dryRun
GetFlowLogsIntegrationTemplateRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowLogId
GetFlowLogsIntegrationTemplateRequest.Builder flowLogId(String flowLogId)
The ID of the flow log.
- Parameters:
flowLogId
- The ID of the flow log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configDeliveryS3DestinationArn
GetFlowLogsIntegrationTemplateRequest.Builder configDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
- Parameters:
configDeliveryS3DestinationArn
- To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrateServices
GetFlowLogsIntegrationTemplateRequest.Builder integrateServices(IntegrateServices integrateServices)
Information about the service integration.
- Parameters:
integrateServices
- Information about the service integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrateServices
default GetFlowLogsIntegrationTemplateRequest.Builder integrateServices(Consumer<IntegrateServices.Builder> integrateServices)
Information about the service integration.
This is a convenience method that creates an instance of theIntegrateServices.Builder
avoiding the need to create one manually viaIntegrateServices.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointegrateServices(IntegrateServices)
.- Parameters:
integrateServices
- a consumer that will call methods onIntegrateServices.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
integrateServices(IntegrateServices)
-
overrideConfiguration
GetFlowLogsIntegrationTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetFlowLogsIntegrationTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-