public static interface UpdateIdentitySourceRequest.Builder extends VerifiedPermissionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateIdentitySourceRequest.Builder,UpdateIdentitySourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentitySourceRequest.Builder |
identitySourceId(String identitySourceId)
Specifies the ID of the identity source that you want to update.
|
UpdateIdentitySourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIdentitySourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIdentitySourceRequest.Builder |
policyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the identity source that you want to update.
|
UpdateIdentitySourceRequest.Builder |
principalEntityType(String principalEntityType)
Specifies the data type of principals generated for identities authenticated by the identity source.
|
default UpdateIdentitySourceRequest.Builder |
updateConfiguration(Consumer<UpdateConfiguration.Builder> updateConfiguration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
UpdateIdentitySourceRequest.Builder |
updateConfiguration(UpdateConfiguration updateConfiguration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIdentitySourceRequest.Builder policyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the identity source that you want to update.
policyStoreId - Specifies the ID of the policy store that contains the identity source that you want to update.UpdateIdentitySourceRequest.Builder identitySourceId(String identitySourceId)
Specifies the ID of the identity source that you want to update.
identitySourceId - Specifies the ID of the identity source that you want to update.UpdateIdentitySourceRequest.Builder updateConfiguration(UpdateConfiguration updateConfiguration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a userPoolArn, and optionally, a ClientId.
updateConfiguration - Specifies the details required to communicate with the identity provider (IdP) associated with this
identity source. At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a userPoolArn, and optionally, a ClientId.
default UpdateIdentitySourceRequest.Builder updateConfiguration(Consumer<UpdateConfiguration.Builder> updateConfiguration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a userPoolArn, and optionally, a ClientId.
UpdateConfiguration.Builder
avoiding the need to create one manually via UpdateConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to updateConfiguration(UpdateConfiguration).
updateConfiguration - a consumer that will call methods on UpdateConfiguration.BuilderupdateConfiguration(UpdateConfiguration)UpdateIdentitySourceRequest.Builder principalEntityType(String principalEntityType)
Specifies the data type of principals generated for identities authenticated by the identity source.
principalEntityType - Specifies the data type of principals generated for identities authenticated by the identity source.UpdateIdentitySourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateIdentitySourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.