/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.apigatewayv2.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; @Generated("com.amazonaws:aws-java-sdk-code-generator") public class MutualTlsAuthentication implements Serializable, Cloneable, StructuredPojo { /** *
* An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
* s3://
* The version of the S3 object that contains your truststore. To specify a version, you must have versioning * enabled for the S3 bucket. *
*/ private String truststoreVersion; /** ** A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce * warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve * warnings, upload a new truststore to S3, and then update you domain name to use the new version. *
*/ private java.util.List
* An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
* s3://
* An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
* s3://
* An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
* s3://
* The version of the S3 object that contains your truststore. To specify a version, you must have versioning * enabled for the S3 bucket. *
* * @param truststoreVersion * The version of the S3 object that contains your truststore. To specify a version, you must have versioning * enabled for the S3 bucket. */ public void setTruststoreVersion(String truststoreVersion) { this.truststoreVersion = truststoreVersion; } /** ** The version of the S3 object that contains your truststore. To specify a version, you must have versioning * enabled for the S3 bucket. *
* * @return The version of the S3 object that contains your truststore. To specify a version, you must have * versioning enabled for the S3 bucket. */ public String getTruststoreVersion() { return this.truststoreVersion; } /** ** The version of the S3 object that contains your truststore. To specify a version, you must have versioning * enabled for the S3 bucket. *
* * @param truststoreVersion * The version of the S3 object that contains your truststore. To specify a version, you must have versioning * enabled for the S3 bucket. * @return Returns a reference to this object so that method calls can be chained together. */ public MutualTlsAuthentication withTruststoreVersion(String truststoreVersion) { setTruststoreVersion(truststoreVersion); return this; } /** ** A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce * warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve * warnings, upload a new truststore to S3, and then update you domain name to use the new version. *
* * @return A list of warnings that API Gateway returns while processing your truststore. Invalid certificates * produce warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To * resolve warnings, upload a new truststore to S3, and then update you domain name to use the new version. */ public java.util.List* A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce * warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve * warnings, upload a new truststore to S3, and then update you domain name to use the new version. *
* * @param truststoreWarnings * A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce * warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve * warnings, upload a new truststore to S3, and then update you domain name to use the new version. */ public void setTruststoreWarnings(java.util.Collection* A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce * warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve * warnings, upload a new truststore to S3, and then update you domain name to use the new version. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTruststoreWarnings(java.util.Collection)} or {@link #withTruststoreWarnings(java.util.Collection)} if * you want to override the existing values. *
* * @param truststoreWarnings * A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce * warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve * warnings, upload a new truststore to S3, and then update you domain name to use the new version. * @return Returns a reference to this object so that method calls can be chained together. */ public MutualTlsAuthentication withTruststoreWarnings(String... truststoreWarnings) { if (this.truststoreWarnings == null) { setTruststoreWarnings(new java.util.ArrayList* A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce * warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve * warnings, upload a new truststore to S3, and then update you domain name to use the new version. *
* * @param truststoreWarnings * A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce * warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve * warnings, upload a new truststore to S3, and then update you domain name to use the new version. * @return Returns a reference to this object so that method calls can be chained together. */ public MutualTlsAuthentication withTruststoreWarnings(java.util.Collection