Interface ExternalId.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExternalId.Builder,
,ExternalId> SdkBuilder<ExternalId.Builder,
,ExternalId> SdkPojo
- Enclosing class:
ExternalId
@Mutable
@NotThreadSafe
public static interface ExternalId.Builder
extends SdkPojo, CopyableBuilder<ExternalId.Builder,ExternalId>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier issued to this resource by an external identity provider.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-