Interface AddListenerCertificatesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddListenerCertificatesRequest.Builder,,AddListenerCertificatesRequest> ElasticLoadBalancingV2Request.Builder,SdkBuilder<AddListenerCertificatesRequest.Builder,,AddListenerCertificatesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddListenerCertificatesRequest
@Mutable
@NotThreadSafe
public static interface AddListenerCertificatesRequest.Builder
extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<AddListenerCertificatesRequest.Builder,AddListenerCertificatesRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificates(Collection<Certificate> certificates) The certificate to add.certificates(Consumer<Certificate.Builder>... certificates) The certificate to add.certificates(Certificate... certificates) The certificate to add.listenerArn(String listenerArn) The Amazon Resource Name (ARN) of the listener.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
listenerArn
The Amazon Resource Name (ARN) of the listener.
- Parameters:
listenerArn- The Amazon Resource Name (ARN) of the listener.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificates
The certificate to add. You can specify one certificate per call. Set
CertificateArnto the certificate ARN but do not setIsDefault.- Parameters:
certificates- The certificate to add. You can specify one certificate per call. SetCertificateArnto the certificate ARN but do not setIsDefault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificates
The certificate to add. You can specify one certificate per call. Set
CertificateArnto the certificate ARN but do not setIsDefault.- Parameters:
certificates- The certificate to add. You can specify one certificate per call. SetCertificateArnto the certificate ARN but do not setIsDefault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificates
The certificate to add. You can specify one certificate per call. Set
This is a convenience method that creates an instance of theCertificateArnto the certificate ARN but do not setIsDefault.Certificate.Builderavoiding the need to create one manually viaCertificate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocertificates(List<Certificate>).- 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:
-
overrideConfiguration
AddListenerCertificatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddListenerCertificatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-