public static interface AdminScope.Builder extends SdkPojo, CopyableBuilder<AdminScope.Builder,AdminScope>
| Modifier and Type | Method and Description |
|---|---|
AdminScope.Builder |
accountScope(AccountScope accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
default AdminScope.Builder |
accountScope(Consumer<AccountScope.Builder> accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
default AdminScope.Builder |
organizationalUnitScope(Consumer<OrganizationalUnitScope.Builder> organizationalUnitScope)
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply
policies to.
|
AdminScope.Builder |
organizationalUnitScope(OrganizationalUnitScope organizationalUnitScope)
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply
policies to.
|
default AdminScope.Builder |
policyTypeScope(Consumer<PolicyTypeScope.Builder> policyTypeScope)
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and
manage.
|
AdminScope.Builder |
policyTypeScope(PolicyTypeScope policyTypeScope)
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and
manage.
|
default AdminScope.Builder |
regionScope(Consumer<RegionScope.Builder> regionScope)
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions
in.
|
AdminScope.Builder |
regionScope(RegionScope regionScope)
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions
in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminScope.Builder accountScope(AccountScope accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
accountScope - Defines the accounts that the specified Firewall Manager administrator can apply policies to.default AdminScope.Builder accountScope(Consumer<AccountScope.Builder> accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
This is a convenience method that creates an instance of theAccountScope.Builder avoiding the need
to create one manually via AccountScope.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accountScope(AccountScope).
accountScope - a consumer that will call methods on AccountScope.BuilderaccountScope(AccountScope)AdminScope.Builder organizationalUnitScope(OrganizationalUnitScope organizationalUnitScope)
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see Managing organizational units (OUs) in the Organizations User Guide.
organizationalUnitScope - Defines the Organizations organizational units that the specified Firewall Manager administrator can
apply policies to. For more information about OUs in Organizations, see Managing
organizational units (OUs) in the Organizations User Guide.default AdminScope.Builder organizationalUnitScope(Consumer<OrganizationalUnitScope.Builder> organizationalUnitScope)
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see Managing organizational units (OUs) in the Organizations User Guide.
This is a convenience method that creates an instance of theOrganizationalUnitScope.Builder avoiding
the need to create one manually via OrganizationalUnitScope.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to organizationalUnitScope(OrganizationalUnitScope).
organizationalUnitScope - a consumer that will call methods on OrganizationalUnitScope.BuilderorganizationalUnitScope(OrganizationalUnitScope)AdminScope.Builder regionScope(RegionScope regionScope)
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
regionScope - Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform
actions in.default AdminScope.Builder regionScope(Consumer<RegionScope.Builder> regionScope)
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
This is a convenience method that creates an instance of theRegionScope.Builder avoiding the need to
create one manually via RegionScope.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to regionScope(RegionScope).
regionScope - a consumer that will call methods on RegionScope.BuilderregionScope(RegionScope)AdminScope.Builder policyTypeScope(PolicyTypeScope policyTypeScope)
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
policyTypeScope - Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create
and manage.default AdminScope.Builder policyTypeScope(Consumer<PolicyTypeScope.Builder> policyTypeScope)
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
This is a convenience method that creates an instance of thePolicyTypeScope.Builder avoiding the
need to create one manually via PolicyTypeScope.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to policyTypeScope(PolicyTypeScope).
policyTypeScope - a consumer that will call methods on PolicyTypeScope.BuilderpolicyTypeScope(PolicyTypeScope)Copyright © 2023. All rights reserved.