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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAMLPrivateKey.BuilderkeyId(String keyId)The unique identifier for the SAML private key.SAMLPrivateKey.Buildertimestamp(Instant timestamp)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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
keyId
SAMLPrivateKey.Builder keyId(String 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
SAMLPrivateKey.Builder timestamp(Instant 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.
-
-