public static interface IdentityDescription.Builder extends CopyableBuilder<IdentityDescription.Builder,IdentityDescription>
Modifier and Type | Method and Description |
---|---|
IdentityDescription.Builder |
creationDate(Instant creationDate)
Date on which the identity was created.
|
IdentityDescription.Builder |
identityId(String identityId)
A unique identifier in the format REGION:GUID.
|
IdentityDescription.Builder |
lastModifiedDate(Instant lastModifiedDate)
Date on which the identity was last modified.
|
IdentityDescription.Builder |
logins(Collection<String> logins)
A set of optional name-value pairs that map provider names to provider tokens.
|
IdentityDescription.Builder |
logins(String... logins)
A set of optional name-value pairs that map provider names to provider tokens.
|
copy
applyMutation, build
IdentityDescription.Builder identityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.IdentityDescription.Builder logins(Collection<String> logins)
A set of optional name-value pairs that map provider names to provider tokens.
logins
- A set of optional name-value pairs that map provider names to provider tokens.IdentityDescription.Builder logins(String... logins)
A set of optional name-value pairs that map provider names to provider tokens.
logins
- A set of optional name-value pairs that map provider names to provider tokens.IdentityDescription.Builder creationDate(Instant creationDate)
Date on which the identity was created.
creationDate
- Date on which the identity was created.IdentityDescription.Builder lastModifiedDate(Instant lastModifiedDate)
Date on which the identity was last modified.
lastModifiedDate
- Date on which the identity was last modified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.