public static interface CreateInstanceAccessControlAttributeConfigurationRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreateInstanceAccessControlAttributeConfigurationRequest.Builder,CreateInstanceAccessControlAttributeConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
instanceArn - The ARN of the IAM Identity Center instance under which the operation will be executed.CreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
instanceAccessControlAttributeConfiguration - Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When
using an external identity provider as an identity source, you can pass attributes through the SAML
assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center
identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace
the attribute value with the value from the IAM Identity Center identity store.default CreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceAccessControlAttributeConfiguration(Consumer<InstanceAccessControlAttributeConfiguration.Builder> instanceAccessControlAttributeConfiguration)
Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.
This is a convenience method that creates an instance of theInstanceAccessControlAttributeConfiguration.Builder avoiding the need to create one manually via
InstanceAccessControlAttributeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
instanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration).
instanceAccessControlAttributeConfiguration - a consumer that will call methods on InstanceAccessControlAttributeConfiguration.BuilderinstanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration)CreateInstanceAccessControlAttributeConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateInstanceAccessControlAttributeConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.