Interface ExternalId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExternalId.Builder,ExternalId>,SdkBuilder<ExternalId.Builder,ExternalId>,SdkPojo
- Enclosing class:
- ExternalId
public static interface ExternalId.Builder extends SdkPojo, CopyableBuilder<ExternalId.Builder,ExternalId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalId.Builderid(String id)The identifier issued to this resource by an external identity provider.ExternalId.Builderissuer(String issuer)The issuer for an external identifier.-
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
-
issuer
ExternalId.Builder issuer(String issuer)
The issuer for an external identifier.
- Parameters:
issuer- The issuer for an external identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ExternalId.Builder id(String id)
The identifier issued to this resource by an external identity provider.
- Parameters:
id- The identifier issued to this resource by an external identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-