Interface SAMLProviderListEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>,SdkBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>,SdkPojo
- Enclosing class:
- SAMLProviderListEntry
public static interface SAMLProviderListEntry.Builder extends SdkPojo, CopyableBuilder<SAMLProviderListEntry.Builder,SAMLProviderListEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAMLProviderListEntry.Builderarn(String arn)The Amazon Resource Name (ARN) of the SAML provider.SAMLProviderListEntry.BuildercreateDate(Instant createDate)The date and time when the SAML provider was created.SAMLProviderListEntry.BuildervalidUntil(Instant validUntil)The expiration date and time for the SAML provider.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
SAMLProviderListEntry.Builder arn(String arn)
The Amazon Resource Name (ARN) of the SAML provider.
- Parameters:
arn- The Amazon Resource Name (ARN) of the SAML provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validUntil
SAMLProviderListEntry.Builder validUntil(Instant validUntil)
The expiration date and time for the SAML provider.
- Parameters:
validUntil- The expiration date and time for the SAML provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
SAMLProviderListEntry.Builder createDate(Instant createDate)
The date and time when the SAML provider was created.
- Parameters:
createDate- The date and time when the SAML provider was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-