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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityProviderConfig.Buildername(String name)The name of the identity provider configuration.IdentityProviderConfig.Buildertype(String type)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
IdentityProviderConfig.Builder type(String 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
IdentityProviderConfig.Builder name(String 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.
-
-