| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointBuilder
Advanced builder for endpoint for the AWS S3 Storage Service component.
|
| Modifier and Type | Method and Description |
|---|---|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AWS2S3EndpointProducerBuilder.advanced() |
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.awsKMSKeyId(String awsKMSKeyId)
Define the id of KMS key to use in case KMS is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.customerAlgorithm(String customerAlgorithm)
Define the customer algorithm to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.customerKeyId(String customerKeyId)
Define the id of Customer key to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.customerKeyMD5(String customerKeyMD5)
Define the MD5 of Customer key to use in case CustomerKey is enabled.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.useAwsKMS(boolean useAwsKMS)
Define if KMS must be used or not.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.useAwsKMS(String useAwsKMS)
Define if KMS must be used or not.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.useCustomerKey(boolean useCustomerKey)
Define if Customer Key must be used or not.
|
default AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder |
AWS2S3EndpointBuilderFactory.AdvancedAWS2S3EndpointProducerBuilder.useCustomerKey(String useCustomerKey)
Define if Customer Key must be used or not.
|
Apache Camel