Interface CertificateBasedAuthProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CertificateBasedAuthProperties.Builder,
,CertificateBasedAuthProperties> SdkBuilder<CertificateBasedAuthProperties.Builder,
,CertificateBasedAuthProperties> SdkPojo
- Enclosing class:
CertificateBasedAuthProperties
@Mutable
@NotThreadSafe
public static interface CertificateBasedAuthProperties.Builder
extends SdkPojo, CopyableBuilder<CertificateBasedAuthProperties.Builder,CertificateBasedAuthProperties>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateAuthorityArn
(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.The status of the certificate-based authentication properties.status
(CertificateBasedAuthStatusEnum status) The status of the certificate-based authentication properties.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The status of the certificate-based authentication properties.
- Parameters:
status
- The status of the certificate-based authentication properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the certificate-based authentication properties.
- Parameters:
status
- The status of the certificate-based authentication properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certificateAuthorityArn
The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.
- Parameters:
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-