Interface AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder,,AwsCloudFrontDistributionOriginGroupFailoverStatusCodes> SdkBuilder<AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder,,AwsCloudFrontDistributionOriginGroupFailoverStatusCodes> SdkPojo
- Enclosing class:
 AwsCloudFrontDistributionOriginGroupFailoverStatusCodes
public static interface AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder
extends SdkPojo, CopyableBuilder<AwsCloudFrontDistributionOriginGroupFailoverStatusCodes.Builder,AwsCloudFrontDistributionOriginGroupFailoverStatusCodes> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe list of status code values that can cause a failover to the next origin.items(Collection<Integer> items) The list of status code values that can cause a failover to the next origin.The number of status codes that can cause a failover.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
items
The list of status code values that can cause a failover to the next origin.
- Parameters:
 items- The list of status code values that can cause a failover to the next origin.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
The list of status code values that can cause a failover to the next origin.
- Parameters:
 items- The list of status code values that can cause a failover to the next origin.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
quantity
The number of status codes that can cause a failover.
- Parameters:
 quantity- The number of status codes that can cause a failover.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -