Interface DeploymentCoverageEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentCoverageEntry.Builder,,DeploymentCoverageEntry> SdkBuilder<DeploymentCoverageEntry.Builder,,DeploymentCoverageEntry> SdkPojo
- Enclosing class:
DeploymentCoverageEntry
-
Method Summary
Modifier and TypeMethodDescriptionfirewallType(String firewallType) The firewall type that the policies in this entry share.firewallType(PolicyFirewallType firewallType) The firewall type that the policies in this entry share.inScopeResourceTypes(Collection<ScopeResourceType> inScopeResourceTypes) The resource types in the deployment's scope that this firewall type protects.inScopeResourceTypes(ScopeResourceType... inScopeResourceTypes) The resource types in the deployment's scope that this firewall type protects.inScopeResourceTypesWithStrings(String... inScopeResourceTypes) The resource types in the deployment's scope that this firewall type protects.inScopeResourceTypesWithStrings(Collection<String> inScopeResourceTypes) The resource types in the deployment's scope that this firewall type protects.policyArns(String... policyArns) The Amazon Resource Names (ARNs) of the deployment's policies that have this firewall type.policyArns(Collection<String> policyArns) The Amazon Resource Names (ARNs) of the deployment's policies that have this firewall type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
firewallType
The firewall type that the policies in this entry share.
- Parameters:
firewallType- The firewall type that the policies in this entry share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firewallType
The firewall type that the policies in this entry share.
- Parameters:
firewallType- The firewall type that the policies in this entry share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyArns
The Amazon Resource Names (ARNs) of the deployment's policies that have this firewall type.
- Parameters:
policyArns- The Amazon Resource Names (ARNs) of the deployment's policies that have this firewall type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArns
The Amazon Resource Names (ARNs) of the deployment's policies that have this firewall type.
- Parameters:
policyArns- The Amazon Resource Names (ARNs) of the deployment's policies that have this firewall type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inScopeResourceTypesWithStrings
DeploymentCoverageEntry.Builder inScopeResourceTypesWithStrings(Collection<String> inScopeResourceTypes) The resource types in the deployment's scope that this firewall type protects. This list is empty if the scope does not select any resource types that the firewall type protects.
- Parameters:
inScopeResourceTypes- The resource types in the deployment's scope that this firewall type protects. This list is empty if the scope does not select any resource types that the firewall type protects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inScopeResourceTypesWithStrings
The resource types in the deployment's scope that this firewall type protects. This list is empty if the scope does not select any resource types that the firewall type protects.
- Parameters:
inScopeResourceTypes- The resource types in the deployment's scope that this firewall type protects. This list is empty if the scope does not select any resource types that the firewall type protects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inScopeResourceTypes
DeploymentCoverageEntry.Builder inScopeResourceTypes(Collection<ScopeResourceType> inScopeResourceTypes) The resource types in the deployment's scope that this firewall type protects. This list is empty if the scope does not select any resource types that the firewall type protects.
- Parameters:
inScopeResourceTypes- The resource types in the deployment's scope that this firewall type protects. This list is empty if the scope does not select any resource types that the firewall type protects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inScopeResourceTypes
The resource types in the deployment's scope that this firewall type protects. This list is empty if the scope does not select any resource types that the firewall type protects.
- Parameters:
inScopeResourceTypes- The resource types in the deployment's scope that this firewall type protects. This list is empty if the scope does not select any resource types that the firewall type protects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-