Interface DescribeListenerCertificatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeListenerCertificatesResponse.Builder,DescribeListenerCertificatesResponse>,ElasticLoadBalancingV2Response.Builder,SdkBuilder<DescribeListenerCertificatesResponse.Builder,DescribeListenerCertificatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeListenerCertificatesResponse
public static interface DescribeListenerCertificatesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeListenerCertificatesResponse.Builder,DescribeListenerCertificatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeListenerCertificatesResponse.Buildercertificates(Collection<Certificate> certificates)Information about the certificates.DescribeListenerCertificatesResponse.Buildercertificates(Consumer<Certificate.Builder>... certificates)Information about the certificates.DescribeListenerCertificatesResponse.Buildercertificates(Certificate... certificates)Information about the certificates.DescribeListenerCertificatesResponse.BuildernextMarker(String nextMarker)If there are additional results, this is the marker for the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
certificates
DescribeListenerCertificatesResponse.Builder certificates(Collection<Certificate> certificates)
Information about the certificates.
- Parameters:
certificates- Information about the certificates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificates
DescribeListenerCertificatesResponse.Builder certificates(Certificate... certificates)
Information about the certificates.
- Parameters:
certificates- Information about the certificates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificates
DescribeListenerCertificatesResponse.Builder certificates(Consumer<Certificate.Builder>... certificates)
Information about the certificates.
This is a convenience method that creates an instance of theCertificate.Builderavoiding the need to create one manually viaCertificate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#certificates(List.) - Parameters:
certificates- a consumer that will call methods onCertificate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#certificates(java.util.Collection)
-
nextMarker
DescribeListenerCertificatesResponse.Builder nextMarker(String 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.
-
-