Interface WebsiteAuthorizationProviderSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WebsiteAuthorizationProviderSummary.Builder,,WebsiteAuthorizationProviderSummary> SdkBuilder<WebsiteAuthorizationProviderSummary.Builder,,WebsiteAuthorizationProviderSummary> SdkPojo
- Enclosing class:
WebsiteAuthorizationProviderSummary
public static interface WebsiteAuthorizationProviderSummary.Builder
extends SdkPojo, CopyableBuilder<WebsiteAuthorizationProviderSummary.Builder,WebsiteAuthorizationProviderSummary>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationProviderId(String authorizationProviderId) A unique identifier for the authorization provider.authorizationProviderType(String authorizationProviderType) The authorization provider type.authorizationProviderType(AuthorizationProviderType authorizationProviderType) The authorization provider type.createdTime(Instant createdTime) The time of creation.domainName(String domainName) The domain name of the authorization provider.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, sdkFields
-
Method Details
-
authorizationProviderId
A unique identifier for the authorization provider.
- Parameters:
authorizationProviderId- A unique identifier for the authorization provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationProviderType
WebsiteAuthorizationProviderSummary.Builder authorizationProviderType(String authorizationProviderType) The authorization provider type.
- Parameters:
authorizationProviderType- The authorization provider type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizationProviderType
WebsiteAuthorizationProviderSummary.Builder authorizationProviderType(AuthorizationProviderType authorizationProviderType) The authorization provider type.
- Parameters:
authorizationProviderType- The authorization provider type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainName
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
- Parameters:
domainName- The domain name of the authorization provider. This applies only to SAML-based authorization providers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time of creation.
- Parameters:
createdTime- The time of creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-