Interface ListDistributionsByConnectionModeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<ListDistributionsByConnectionModeRequest.Builder,,ListDistributionsByConnectionModeRequest> SdkBuilder<ListDistributionsByConnectionModeRequest.Builder,,ListDistributionsByConnectionModeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDistributionsByConnectionModeRequest
@Mutable
@NotThreadSafe
public static interface ListDistributionsByConnectionModeRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListDistributionsByConnectionModeRequest.Builder,ListDistributionsByConnectionModeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionMode(String connectionMode) This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).connectionMode(ConnectionMode connectionMode) This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).The marker for the next set of distributions to retrieve.The maximum number of distributions to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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
-
marker
The marker for the next set of distributions to retrieve.
- Parameters:
marker- The marker for the next set of distributions to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The maximum number of distributions to return.
- Parameters:
maxItems- The maximum number of distributions to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionMode
This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
- Parameters:
connectionMode- This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionMode
This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
- Parameters:
connectionMode- This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListDistributionsByConnectionModeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDistributionsByConnectionModeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-