public static interface GetLoadBalancerTlsPoliciesResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetLoadBalancerTlsPoliciesResponse.Builder,GetLoadBalancerTlsPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLoadBalancerTlsPoliciesResponse.Builder |
nextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
GetLoadBalancerTlsPoliciesResponse.Builder |
tlsPolicies(Collection<LoadBalancerTlsPolicy> tlsPolicies)
An array of objects that describe the TLS security policies that are available.
|
GetLoadBalancerTlsPoliciesResponse.Builder |
tlsPolicies(Consumer<LoadBalancerTlsPolicy.Builder>... tlsPolicies)
An array of objects that describe the TLS security policies that are available.
|
GetLoadBalancerTlsPoliciesResponse.Builder |
tlsPolicies(LoadBalancerTlsPolicy... tlsPolicies)
An array of objects that describe the TLS security policies that are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLoadBalancerTlsPoliciesResponse.Builder tlsPolicies(Collection<LoadBalancerTlsPolicy> tlsPolicies)
An array of objects that describe the TLS security policies that are available.
tlsPolicies - An array of objects that describe the TLS security policies that are available.GetLoadBalancerTlsPoliciesResponse.Builder tlsPolicies(LoadBalancerTlsPolicy... tlsPolicies)
An array of objects that describe the TLS security policies that are available.
tlsPolicies - An array of objects that describe the TLS security policies that are available.GetLoadBalancerTlsPoliciesResponse.Builder tlsPolicies(Consumer<LoadBalancerTlsPolicy.Builder>... tlsPolicies)
An array of objects that describe the TLS security policies that are available.
This is a convenience method that creates an instance of theLoadBalancerTlsPolicy.Builder avoiding the need to
create one manually via
LoadBalancerTlsPolicy.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tlsPolicies(List.
tlsPolicies - a consumer that will call methods on
LoadBalancerTlsPolicy.Builder#tlsPolicies(java.util.Collection) GetLoadBalancerTlsPoliciesResponse.Builder nextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetLoadBalancerTlsPolicies request and specify
the next page token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetLoadBalancerTlsPolicies request and
specify the next page token using the pageToken parameter.
Copyright © 2022. All rights reserved.