public static interface AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder extends SdkPojo, CopyableBuilder<AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder,AwsCloudFrontDistributionOriginGroupFailoverStatusCodes>
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder |
items(Collection<Integer> items)
The list of status code values that can cause a failover to the next origin.
|
AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder |
items(Integer... items)
The list of status code values that can cause a failover to the next origin.
|
AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder |
quantity(Integer quantity)
The number of status codes that can cause a failover.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder items(Collection<Integer> items)
The list of status code values that can cause a failover to the next origin.
items - The list of status code values that can cause a failover to the next origin.AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder items(Integer... items)
The list of status code values that can cause a failover to the next origin.
items - The list of status code values that can cause a failover to the next origin.AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder quantity(Integer quantity)
The number of status codes that can cause a failover.
quantity - The number of status codes that can cause a failover.Copyright © 2023. All rights reserved.