Interface DescribeSslPoliciesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSslPoliciesResponse.Builder,,DescribeSslPoliciesResponse> ElasticLoadBalancingV2Response.Builder,SdkBuilder<DescribeSslPoliciesResponse.Builder,,DescribeSslPoliciesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeSslPoliciesResponse
public static interface DescribeSslPoliciesResponse.Builder
extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeSslPoliciesResponse.Builder,DescribeSslPoliciesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnextMarker(String nextMarker) If there are additional results, this is the marker for the next set of results.sslPolicies(Collection<SslPolicy> sslPolicies) Information about the security policies.sslPolicies(Consumer<SslPolicy.Builder>... sslPolicies) Information about the security policies.sslPolicies(SslPolicy... sslPolicies) Information about the security policies.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
sslPolicies
Information about the security policies.
- Parameters:
sslPolicies- Information about the security policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sslPolicies
Information about the security policies.
- Parameters:
sslPolicies- Information about the security policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sslPolicies
Information about the security policies.
This is a convenience method that creates an instance of theSslPolicy.Builderavoiding the need to create one manually viaSslPolicy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosslPolicies(List<SslPolicy>).- Parameters:
sslPolicies- a consumer that will call methods onSslPolicy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextMarker
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
- Parameters:
nextMarker- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-