public static interface CreateIdentitySourceResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<CreateIdentitySourceResponse.Builder,CreateIdentitySourceResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateIdentitySourceResponse.Builder |
createdDate(Instant createdDate)
The date and time the identity source was originally created.
|
CreateIdentitySourceResponse.Builder |
identitySourceId(String identitySourceId)
The unique ID of the new identity source.
|
CreateIdentitySourceResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time the identity source was most recently updated.
|
CreateIdentitySourceResponse.Builder |
policyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIdentitySourceResponse.Builder createdDate(Instant createdDate)
The date and time the identity source was originally created.
createdDate - The date and time the identity source was originally created.CreateIdentitySourceResponse.Builder identitySourceId(String identitySourceId)
The unique ID of the new identity source.
identitySourceId - The unique ID of the new identity source.CreateIdentitySourceResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time the identity source was most recently updated.
lastUpdatedDate - The date and time the identity source was most recently updated.CreateIdentitySourceResponse.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.Copyright © 2023. All rights reserved.