Interface ListDistributionTenantsByCustomizationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<ListDistributionTenantsByCustomizationRequest.Builder,,ListDistributionTenantsByCustomizationRequest> SdkBuilder<ListDistributionTenantsByCustomizationRequest.Builder,,ListDistributionTenantsByCustomizationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDistributionTenantsByCustomizationRequest
@Mutable
@NotThreadSafe
public static interface ListDistributionTenantsByCustomizationRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListDistributionTenantsByCustomizationRequest.Builder,ListDistributionTenantsByCustomizationRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(String certificateArn) Filter by the ARN of the associated ACM certificate.The marker for the next set of results.The maximum number of distribution tenants to return by the specified customization.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Filter by the ARN of the associated WAF web ACL.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods 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
-
webACLArn
Filter by the ARN of the associated WAF web ACL.
- Parameters:
webACLArn- Filter by the ARN of the associated WAF web ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateArn
Filter by the ARN of the associated ACM certificate.
- Parameters:
certificateArn- Filter by the ARN of the associated ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
The marker for the next set of results.
- Parameters:
marker- The marker for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The maximum number of distribution tenants to return by the specified customization.
- Parameters:
maxItems- The maximum number of distribution tenants to return by the specified customization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDistributionTenantsByCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDistributionTenantsByCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-