Interface InputSecurityGroup.Builder

    • Method Detail

      • arn

        InputSecurityGroup.Builder arn​(String arn)
        Unique ARN of Input Security Group
        Parameters:
        arn - Unique ARN of Input Security Group
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        InputSecurityGroup.Builder id​(String id)
        The Id of the Input Security Group
        Parameters:
        id - The Id of the Input Security Group
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputs

        InputSecurityGroup.Builder inputs​(Collection<String> inputs)
        The list of inputs currently using this Input Security Group.
        Parameters:
        inputs - The list of inputs currently using this Input Security Group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputs

        InputSecurityGroup.Builder inputs​(String... inputs)
        The list of inputs currently using this Input Security Group.
        Parameters:
        inputs - The list of inputs currently using this Input Security Group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        InputSecurityGroup.Builder tags​(Map<String,​String> tags)
        A collection of key-value pairs.
        Parameters:
        tags - A collection of key-value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whitelistRules

        InputSecurityGroup.Builder whitelistRules​(Collection<InputWhitelistRule> whitelistRules)
        Whitelist rules and their sync status
        Parameters:
        whitelistRules - Whitelist rules and their sync status
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whitelistRules

        InputSecurityGroup.Builder whitelistRules​(InputWhitelistRule... whitelistRules)
        Whitelist rules and their sync status
        Parameters:
        whitelistRules - Whitelist rules and their sync status
        Returns:
        Returns a reference to this object so that method calls can be chained together.