Interface SAMLPrivateKey.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SAMLPrivateKey.Builder,,SAMLPrivateKey> SdkBuilder<SAMLPrivateKey.Builder,,SAMLPrivateKey> SdkPojo
- Enclosing class:
SAMLPrivateKey
@Mutable
@NotThreadSafe
public static interface SAMLPrivateKey.Builder
extends SdkPojo, CopyableBuilder<SAMLPrivateKey.Builder,SAMLPrivateKey>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the SAML private key.The date and time, in ISO 8601 date-time format, when the private key was uploaded.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
keyId
The unique identifier for the SAML private key.
- Parameters:
keyId- The unique identifier for the SAML private key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The date and time, in ISO 8601 date-time format, when the private key was uploaded.
- Parameters:
timestamp- The date and time, in ISO 8601 date-time format, when the private key was uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-