Interface IdentitySourceFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdentitySourceFilter.Builder,IdentitySourceFilter>,SdkBuilder<IdentitySourceFilter.Builder,IdentitySourceFilter>,SdkPojo
- Enclosing class:
- IdentitySourceFilter
public static interface IdentitySourceFilter.Builder extends SdkPojo, CopyableBuilder<IdentitySourceFilter.Builder,IdentitySourceFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentitySourceFilter.BuilderprincipalEntityType(String principalEntityType)The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.-
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 Detail
-
principalEntityType
IdentitySourceFilter.Builder principalEntityType(String principalEntityType)
The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.
- Parameters:
principalEntityType- The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-