Interface ProviderDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProviderDescription.Builder,
,ProviderDescription> SdkBuilder<ProviderDescription.Builder,
,ProviderDescription> SdkPojo
- Enclosing class:
ProviderDescription
public static interface ProviderDescription.Builder
extends SdkPojo, CopyableBuilder<ProviderDescription.Builder,ProviderDescription>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate
(Instant creationDate) The date and time when the item was created.lastModifiedDate
(Instant lastModifiedDate) The date the provider was last modified.providerName
(String providerName) The IdP name.providerType
(String providerType) The IdP type.providerType
(IdentityProviderTypeType providerType) The IdP type.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 Details
-
providerName
The IdP name.
- Parameters:
providerName
- The IdP name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerType
The IdP type.
- Parameters:
providerType
- The IdP type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerType
The IdP type.
- Parameters:
providerType
- The IdP type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedDate
The date the provider was last modified.
- Parameters:
lastModifiedDate
- The date the provider was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.- Parameters:
creationDate
- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDate
object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-