Class AWSConfigEndpointBuilderFactory.AWSConfigHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.AWSConfigEndpointBuilderFactory.AWSConfigHeaderNameBuilder
- Enclosing interface:
AWSConfigEndpointBuilderFactory
The builder of headers' name for the AWS Config Service component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe location of the file containing the template body in S3.A string containing the full conformance pack template body.The operation we want to perform.The Managed rule name.The source object for the rule.The Managed rule source identifier.The Conformance pack name.
-
Constructor Details
-
AWSConfigHeaderNameBuilder
public AWSConfigHeaderNameBuilder()
-
-
Method Details
-
awsConfigOperation
The operation we want to perform. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsConfigOperation
.
-
awsConfigRuleSourceIdentifier
The Managed rule source identifier. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsConfigRuleSourceIdentifier
.
-
awsConfigRuleSource
The source object for the rule. The owner of the rule could be AWS, CUSTOM_LAMBDA or CUSTOM_POLICY. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsConfigRuleSource
.
-
awsConfigRuleName
The Managed rule name. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsConfigRuleName
.
-
awsConformancePackName
The Conformance pack name. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsConformancePackName
.
-
awsConfigConformacePackS3TemplateURI
The location of the file containing the template body in S3. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsConfigConformacePackS3TemplateURI
.
-
awsConfigConformacePackTemplateBody
A string containing the full conformance pack template body. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsConfigConformacePackTemplateBody
.
-