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