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) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDistributionsByConnectionModeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-