Interface IdentityProviderConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdentityProviderConfig.Builder,
,IdentityProviderConfig> SdkBuilder<IdentityProviderConfig.Builder,
,IdentityProviderConfig> SdkPojo
- Enclosing class:
IdentityProviderConfig
public static interface IdentityProviderConfig.Builder
extends SdkPojo, CopyableBuilder<IdentityProviderConfig.Builder,IdentityProviderConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the identity provider configuration.The type of the identity provider configuration.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
-
type
The type of the identity provider configuration. The only type available is
oidc
.- Parameters:
type
- The type of the identity provider configuration. The only type available isoidc
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the identity provider configuration.
- Parameters:
name
- The name of the identity provider configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-