Uses of Class
com.hashicorp.cdktf.providers.aws.cloudwatch_event_target.CloudwatchEventTargetHttpTarget.Builder
-
Packages that use CloudwatchEventTargetHttpTarget.Builder Package Description com.hashicorp.cdktf.providers.aws.cloudwatch_event_target aws_cloudwatch_event_target -
-
Uses of CloudwatchEventTargetHttpTarget.Builder in com.hashicorp.cdktf.providers.aws.cloudwatch_event_target
Methods in com.hashicorp.cdktf.providers.aws.cloudwatch_event_target that return CloudwatchEventTargetHttpTarget.Builder Modifier and Type Method Description static CloudwatchEventTargetHttpTarget.BuilderCloudwatchEventTargetHttpTarget. builder()CloudwatchEventTargetHttpTarget.BuilderCloudwatchEventTargetHttpTarget.Builder. headerParameters(Map<String,String> headerParameters)Sets the value ofCloudwatchEventTargetHttpTarget.getHeaderParameters()CloudwatchEventTargetHttpTarget.BuilderCloudwatchEventTargetHttpTarget.Builder. pathParameterValues(List<String> pathParameterValues)Sets the value ofCloudwatchEventTargetHttpTarget.getPathParameterValues()CloudwatchEventTargetHttpTarget.BuilderCloudwatchEventTargetHttpTarget.Builder. queryStringParameters(Map<String,String> queryStringParameters)Sets the value ofCloudwatchEventTargetHttpTarget.getQueryStringParameters()Constructors in com.hashicorp.cdktf.providers.aws.cloudwatch_event_target with parameters of type CloudwatchEventTargetHttpTarget.Builder Constructor Description Jsii$Proxy(CloudwatchEventTargetHttpTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudwatchEventTargetHttpTarget.Builder.
-