public static interface ImportCrlRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<ImportCrlRequest.Builder,ImportCrlRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportCrlRequest.Builder |
crlData(SdkBytes crlData)
The x509 v3 specified certificate revocation list
|
ImportCrlRequest.Builder |
enabled(Boolean enabled)
Specifies whether the certificate revocation list (CRL) is enabled.
|
ImportCrlRequest.Builder |
name(String name)
The name of the certificate revocation list (CRL).
|
ImportCrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportCrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportCrlRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to attach to the certificate revocation list (CRL).
|
ImportCrlRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to attach to the certificate revocation list (CRL).
|
ImportCrlRequest.Builder |
tags(Tag... tags)
A list of tags to attach to the certificate revocation list (CRL).
|
ImportCrlRequest.Builder |
trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportCrlRequest.Builder crlData(SdkBytes crlData)
The x509 v3 specified certificate revocation list
crlData - The x509 v3 specified certificate revocation listImportCrlRequest.Builder enabled(Boolean enabled)
Specifies whether the certificate revocation list (CRL) is enabled.
enabled - Specifies whether the certificate revocation list (CRL) is enabled.ImportCrlRequest.Builder name(String name)
The name of the certificate revocation list (CRL).
name - The name of the certificate revocation list (CRL).ImportCrlRequest.Builder tags(Collection<Tag> tags)
A list of tags to attach to the certificate revocation list (CRL).
tags - A list of tags to attach to the certificate revocation list (CRL).ImportCrlRequest.Builder tags(Tag... tags)
A list of tags to attach to the certificate revocation list (CRL).
tags - A list of tags to attach to the certificate revocation list (CRL).ImportCrlRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to attach to the certificate revocation list (CRL).
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ImportCrlRequest.Builder trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
trustAnchorArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.ImportCrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportCrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.