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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filter by the ARN of the associated WAF web ACL.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDistributionTenantsByCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-