Interface RemoveListenerCertificatesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveListenerCertificatesRequest.Builder,,RemoveListenerCertificatesRequest> ElasticLoadBalancingV2Request.Builder,SdkBuilder<RemoveListenerCertificatesRequest.Builder,,RemoveListenerCertificatesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveListenerCertificatesRequest
@Mutable
@NotThreadSafe
public static interface RemoveListenerCertificatesRequest.Builder
extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<RemoveListenerCertificatesRequest.Builder,RemoveListenerCertificatesRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificates(Collection<Certificate> certificates) The certificate to remove.certificates(Consumer<Certificate.Builder>... certificates) The certificate to remove.certificates(Certificate... certificates) The certificate to remove.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 remove. You can specify one certificate per call. Set
CertificateArnto the certificate ARN but do not setIsDefault.- Parameters:
certificates- The certificate to remove. 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 remove. You can specify one certificate per call. Set
CertificateArnto the certificate ARN but do not setIsDefault.- Parameters:
certificates- The certificate to remove. 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
RemoveListenerCertificatesRequest.Builder certificates(Consumer<Certificate.Builder>... certificates) The certificate to remove. 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
RemoveListenerCertificatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveListenerCertificatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-