Interface RegionScope.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RegionScope.Builder,
,RegionScope> SdkBuilder<RegionScope.Builder,
,RegionScope> SdkPojo
- Enclosing class:
RegionScope
@Mutable
@NotThreadSafe
public static interface RegionScope.Builder
extends SdkPojo, CopyableBuilder<RegionScope.Builder,RegionScope>
-
Method Summary
Modifier and TypeMethodDescriptionallRegionsEnabled
(Boolean allRegionsEnabled) Allows the specified Firewall Manager administrator to manage all Amazon Web Services Regions.The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.regions
(Collection<String> regions) The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
regions
The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
- Parameters:
regions
- The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
- Parameters:
regions
- The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allRegionsEnabled
Allows the specified Firewall Manager administrator to manage all Amazon Web Services Regions.
- Parameters:
allRegionsEnabled
- Allows the specified Firewall Manager administrator to manage all Amazon Web Services Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-