| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.builder() |
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder.httpPort(Integer httpPort)
The HTTP port that CloudFront uses to connect to the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder.httpsPort(Integer httpsPort)
The HTTPS port that CloudFront uses to connect to the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder.originKeepaliveTimeout(Integer originKeepaliveTimeout)
Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder.originProtocolPolicy(String originProtocolPolicy)
Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder.originReadTimeout(Integer originReadTimeout)
Specifies how long, in seconds, CloudFront waits for a response from the origin.
|
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder.originSslProtocols(AwsCloudFrontDistributionOriginSslProtocols originSslProtocols)
Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.
|
default AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder.originSslProtocols(Consumer<AwsCloudFrontDistributionOriginSslProtocols.Builder> originSslProtocols)
Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.
|
AwsCloudFrontDistributionOriginCustomOriginConfig.Builder |
AwsCloudFrontDistributionOriginCustomOriginConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsCloudFrontDistributionOriginCustomOriginConfig.Builder> |
AwsCloudFrontDistributionOriginCustomOriginConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsCloudFrontDistributionOriginItem.Builder |
AwsCloudFrontDistributionOriginItem.Builder.customOriginConfig(Consumer<AwsCloudFrontDistributionOriginCustomOriginConfig.Builder> customOriginConfig)
An origin that is not an Amazon S3 bucket, with one exception.
|
Copyright © 2023. All rights reserved.