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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDistributionTenantsByCustomizationRequest.BuildercertificateArn(String certificateArn)Filter by the ARN of the associated ACM certificate.ListDistributionTenantsByCustomizationRequest.Buildermarker(String marker)The marker for the next set of results.ListDistributionTenantsByCustomizationRequest.BuildermaxItems(Integer maxItems)The maximum number of distribution tenants to return by the specified customization.ListDistributionTenantsByCustomizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDistributionTenantsByCustomizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDistributionTenantsByCustomizationRequest.BuilderwebACLArn(String webACLArn)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 Detail
-
webACLArn
ListDistributionTenantsByCustomizationRequest.Builder webACLArn(String 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
ListDistributionTenantsByCustomizationRequest.Builder certificateArn(String 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
ListDistributionTenantsByCustomizationRequest.Builder marker(String 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
ListDistributionTenantsByCustomizationRequest.Builder maxItems(Integer 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
-
-