Interface DeploymentCoverageEntry.Builder

  • Method Details

    • firewallType

      DeploymentCoverageEntry.Builder firewallType(String 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

      DeploymentCoverageEntry.Builder policyArns(String... 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

      DeploymentCoverageEntry.Builder inScopeResourceTypesWithStrings(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.
    • 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

      DeploymentCoverageEntry.Builder inScopeResourceTypes(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.