Interface ProviderDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProviderDescription.Builder,
,ProviderDescription> SdkBuilder<ProviderDescription.Builder,
,ProviderDescription> SdkPojo
- Enclosing class:
ProviderDescription
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate
(Instant creationDate) The date and time when the item was created.lastModifiedDate
(Instant lastModifiedDate) The date and time when the item was modified.providerName
(String providerName) The name of the IdP, for exampleMySAMLProvider
.providerType
(String providerType) The type of the provider, for exampleSAML
.providerType
(IdentityProviderTypeType providerType) The type of the provider, for exampleSAML
.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 Details
-
providerName
The name of the IdP, for example
MySAMLProvider
.- Parameters:
providerName
- The name of the IdP, for exampleMySAMLProvider
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerType
The type of the provider, for example
SAML
. Amazon Cognito supports SAML 2.0, OIDC, and social IdPs. User pools list supported social IdPs by name in this response parameter: Facebook, Google, Login with Amazon, and Sign in with Apple.- Parameters:
providerType
- The type of the provider, for exampleSAML
. Amazon Cognito supports SAML 2.0, OIDC, and social IdPs. User pools list supported social IdPs by name in this response parameter: Facebook, Google, Login with Amazon, and Sign in with Apple.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerType
The type of the provider, for example
SAML
. Amazon Cognito supports SAML 2.0, OIDC, and social IdPs. User pools list supported social IdPs by name in this response parameter: Facebook, Google, Login with Amazon, and Sign in with Apple.- Parameters:
providerType
- The type of the provider, for exampleSAML
. Amazon Cognito supports SAML 2.0, OIDC, and social IdPs. User pools list supported social IdPs by name in this response parameter: Facebook, Google, Login with Amazon, and Sign in with Apple.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedDate
The date and time when the item was modified. 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:
lastModifiedDate
- The date and time when the item was modified. 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.
-
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.
-