public static interface DescribeSslPoliciesRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<DescribeSslPoliciesRequest.Builder,DescribeSslPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSslPoliciesRequest.Builder |
loadBalancerType(LoadBalancerTypeEnum loadBalancerType)
The type of load balancer.
|
DescribeSslPoliciesRequest.Builder |
loadBalancerType(String loadBalancerType)
The type of load balancer.
|
DescribeSslPoliciesRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
DescribeSslPoliciesRequest.Builder |
names(Collection<String> names)
The names of the policies.
|
DescribeSslPoliciesRequest.Builder |
names(String... names)
The names of the policies.
|
DescribeSslPoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSslPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSslPoliciesRequest.Builder |
pageSize(Integer pageSize)
The maximum number of results to return with this call.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSslPoliciesRequest.Builder names(Collection<String> names)
The names of the policies.
names - The names of the policies.DescribeSslPoliciesRequest.Builder names(String... names)
The names of the policies.
names - The names of the policies.DescribeSslPoliciesRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeSslPoliciesRequest.Builder pageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize - The maximum number of results to return with this call.DescribeSslPoliciesRequest.Builder loadBalancerType(String loadBalancerType)
The type of load balancer. The default lists the SSL policies for all load balancers.
loadBalancerType - The type of load balancer. The default lists the SSL policies for all load balancers.LoadBalancerTypeEnum,
LoadBalancerTypeEnumDescribeSslPoliciesRequest.Builder loadBalancerType(LoadBalancerTypeEnum loadBalancerType)
The type of load balancer. The default lists the SSL policies for all load balancers.
loadBalancerType - The type of load balancer. The default lists the SSL policies for all load balancers.LoadBalancerTypeEnum,
LoadBalancerTypeEnumDescribeSslPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSslPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.