public static interface InstanceAccessControlAttributeConfiguration.Builder extends SdkPojo, CopyableBuilder<InstanceAccessControlAttributeConfiguration.Builder,InstanceAccessControlAttributeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
InstanceAccessControlAttributeConfiguration.Builder |
accessControlAttributes(AccessControlAttribute... accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.
|
InstanceAccessControlAttributeConfiguration.Builder |
accessControlAttributes(Collection<AccessControlAttribute> accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.
|
InstanceAccessControlAttributeConfiguration.Builder |
accessControlAttributes(Consumer<AccessControlAttribute.Builder>... accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceAccessControlAttributeConfiguration.Builder accessControlAttributes(Collection<AccessControlAttribute> accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.
accessControlAttributes - Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.InstanceAccessControlAttributeConfiguration.Builder accessControlAttributes(AccessControlAttribute... accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.
accessControlAttributes - Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.InstanceAccessControlAttributeConfiguration.Builder accessControlAttributes(Consumer<AccessControlAttribute.Builder>... accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #accessControlAttributes(List) .accessControlAttributes - a consumer that will call methods on List.Builder #accessControlAttributes(List) Copyright © 2022. All rights reserved.