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