public static interface GetIdentitySourceResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<GetIdentitySourceResponse.Builder,GetIdentitySourceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIdentitySourceResponse.Builder |
createdDate(Instant createdDate)
The date and time that the identity source was originally created.
|
default GetIdentitySourceResponse.Builder |
details(Consumer<IdentitySourceDetails.Builder> details)
A structure that describes the configuration of the identity source.
|
GetIdentitySourceResponse.Builder |
details(IdentitySourceDetails details)
A structure that describes the configuration of the identity source.
|
GetIdentitySourceResponse.Builder |
identitySourceId(String identitySourceId)
The ID of the identity source.
|
GetIdentitySourceResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the identity source was most recently updated.
|
GetIdentitySourceResponse.Builder |
policyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
|
GetIdentitySourceResponse.Builder |
principalEntityType(String principalEntityType)
The data type of principals generated for identities authenticated by this identity source.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIdentitySourceResponse.Builder createdDate(Instant createdDate)
The date and time that the identity source was originally created.
createdDate - The date and time that the identity source was originally created.GetIdentitySourceResponse.Builder details(IdentitySourceDetails details)
A structure that describes the configuration of the identity source.
details - A structure that describes the configuration of the identity source.default GetIdentitySourceResponse.Builder details(Consumer<IdentitySourceDetails.Builder> details)
A structure that describes the configuration of the identity source.
This is a convenience method that creates an instance of theIdentitySourceDetails.Builder avoiding
the need to create one manually via IdentitySourceDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to details(IdentitySourceDetails).
details - a consumer that will call methods on IdentitySourceDetails.Builderdetails(IdentitySourceDetails)GetIdentitySourceResponse.Builder identitySourceId(String identitySourceId)
The ID of the identity source.
identitySourceId - The ID of the identity source.GetIdentitySourceResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the identity source was most recently updated.
lastUpdatedDate - The date and time that the identity source was most recently updated.GetIdentitySourceResponse.Builder policyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
policyStoreId - The ID of the policy store that contains the identity source.GetIdentitySourceResponse.Builder principalEntityType(String principalEntityType)
The data type of principals generated for identities authenticated by this identity source.
principalEntityType - The data type of principals generated for identities authenticated by this identity source.Copyright © 2023. All rights reserved.