Interface Identity.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Identity.Builder,,Identity> SdkBuilder<Identity.Builder,,Identity> SdkPojo
- Enclosing class:
 Identity
public static interface Identity.Builder
extends SdkPojo, CopyableBuilder<Identity.Builder,Identity> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault Identity.Builderoidc(Consumer<OIDC.Builder> oidc) An object representing the OpenID Connect identity provider information.An object representing the OpenID Connect identity provider information.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
- 
oidc
An object representing the OpenID Connect identity provider information.
- Parameters:
 oidc- An object representing the OpenID Connect identity provider information.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
oidc
An object representing the OpenID Connect identity provider information.
This is a convenience method that creates an instance of theOIDC.Builderavoiding the need to create one manually viaOIDC.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooidc(OIDC).- Parameters:
 oidc- a consumer that will call methods onOIDC.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -