public static interface CreateInstanceAccessControlAttributeConfigurationRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<CreateInstanceAccessControlAttributeConfigurationRequest.Builder,CreateInstanceAccessControlAttributeConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
instanceArn - The ARN of the SSO instance under which the operation will be executed.CreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceAccessControlAttributeConfiguration(InstanceAccessControlAttributeConfiguration instanceAccessControlAttributeConfiguration)
Specifies the AWS 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 as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store.
instanceAccessControlAttributeConfiguration - Specifies the AWS 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
as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion
passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS
SSO identity store.default CreateInstanceAccessControlAttributeConfigurationRequest.Builder instanceAccessControlAttributeConfiguration(Consumer<InstanceAccessControlAttributeConfiguration.Builder> instanceAccessControlAttributeConfiguration)
Specifies the AWS 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 as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store.
This is a convenience 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 © 2020. All rights reserved.