Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.CreateIdentitySourceResponse.Builder
-
Packages that use CreateIdentitySourceResponse.Builder Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of CreateIdentitySourceResponse.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return CreateIdentitySourceResponse.Builder Modifier and Type Method Description static CreateIdentitySourceResponse.BuilderCreateIdentitySourceResponse. builder()CreateIdentitySourceResponse.BuilderCreateIdentitySourceResponse.Builder. createdDate(Instant createdDate)The date and time the identity source was originally created.CreateIdentitySourceResponse.BuilderCreateIdentitySourceResponse.Builder. identitySourceId(String identitySourceId)The unique ID of the new identity source.CreateIdentitySourceResponse.BuilderCreateIdentitySourceResponse.Builder. lastUpdatedDate(Instant lastUpdatedDate)The date and time the identity source was most recently updated.CreateIdentitySourceResponse.BuilderCreateIdentitySourceResponse.Builder. policyStoreId(String policyStoreId)The ID of the policy store that contains the identity source.CreateIdentitySourceResponse.BuilderCreateIdentitySourceResponse. toBuilder()Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type CreateIdentitySourceResponse.Builder Modifier and Type Method Description static Class<? extends CreateIdentitySourceResponse.Builder>CreateIdentitySourceResponse. serializableBuilderClass()
-