Class CRLReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.rolesanywhere.CRLReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CRLReference>
- Enclosing interface:
CRLReference
@Stability(Stable)
public static final class CRLReference.Builder
extends Object
implements software.amazon.jsii.Builder<CRLReference>
A builder for
CRLReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCRLReference.getCrlId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
crlId
Sets the value ofCRLReference.getCrlId()- Parameters:
crlId- The CrlId of the CRL resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CRLReference>- Returns:
- a new instance of
CRLReference - Throws:
NullPointerException- if any required attribute was not provided
-