CopyableBuilder<IdentityDescription.Builder,IdentityDescription>
, SdkBuilder<IdentityDescription.Builder,IdentityDescription>
public static interface IdentityDescription.Builder extends CopyableBuilder<IdentityDescription.Builder,IdentityDescription>
Modifier and Type | Method | Description |
---|---|---|
IdentityDescription.Builder |
creationDate(Date creationDate) |
Date on which the identity was created.
|
IdentityDescription.Builder |
identityId(String identityId) |
A unique identifier in the format REGION:GUID.
|
IdentityDescription.Builder |
lastModifiedDate(Date lastModifiedDate) |
Date on which the identity was last modified.
|
IdentityDescription.Builder |
logins(String... logins) |
A set of optional name-value pairs that map provider names to provider tokens.
|
IdentityDescription.Builder |
logins(Collection<String> logins) |
A set of optional name-value pairs that map provider names to provider tokens.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setLogins(java.util.Collection)
or #withLogins(java.util.Collection)
if you want to override
the existing values.
logins
- A set of optional name-value pairs that map provider names to provider tokens.IdentityDescription.Builder creationDate(Date creationDate)
Date on which the identity was created.
creationDate
- Date on which the identity was created.IdentityDescription.Builder lastModifiedDate(Date 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.