public static interface CreateInstanceAccessControlAttributeConfigurationRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreateInstanceAccessControlAttributeConfigurationRequest.Builder,CreateInstanceAccessControlAttributeConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceArn(String instanceArn)
The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
instanceArn - The ARN of the Amazon Web Services SSO instance under which the operation will be executed.CreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the Amazon Web Services SSO 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 Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO will replace the attribute value with the value from the Amazon Web Services SSO identity store.
instanceAccessControlAttributeConfiguration - Specifies the Amazon Web Services SSO 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 Amazon Web
Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services
SSO will replace the attribute value with the value from the Amazon Web Services SSO identity store.default CreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceAccessControlAttributeConfiguration(Consumer<InstanceAccessControlAttributeConfiguration.Builder> instanceAccessControlAttributeConfiguration)
Specifies the Amazon Web Services SSO 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 Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO will replace the attribute value with the value from the Amazon Web Services SSO 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.