Class CfnSAMLProvider.SAMLPrivateKeyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iam.CfnSAMLProvider.SAMLPrivateKeyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSAMLProvider.SAMLPrivateKeyProperty>
- Enclosing interface:
CfnSAMLProvider.SAMLPrivateKeyProperty
@Stability(Stable)
public static final class CfnSAMLProvider.SAMLPrivateKeyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSAMLProvider.SAMLPrivateKeyProperty>
A builder for
CfnSAMLProvider.SAMLPrivateKeyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSAMLProvider.SAMLPrivateKeyProperty.getKeyId()Sets the value ofCfnSAMLProvider.SAMLPrivateKeyProperty.getTimestamp()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
keyId
Sets the value ofCfnSAMLProvider.SAMLPrivateKeyProperty.getKeyId()- Parameters:
keyId- The unique identifier for the SAML private key. This parameter is required.- Returns:
this
-
timestamp
@Stability(Stable) public CfnSAMLProvider.SAMLPrivateKeyProperty.Builder timestamp(String timestamp) Sets the value ofCfnSAMLProvider.SAMLPrivateKeyProperty.getTimestamp()- Parameters:
timestamp- The date and time, in ISO 8601 date-time format, when the private key was uploaded. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSAMLProvider.SAMLPrivateKeyProperty>- Returns:
- a new instance of
CfnSAMLProvider.SAMLPrivateKeyProperty - Throws:
NullPointerException- if any required attribute was not provided
-