Interface CreateSecurityGroupRequest.Builder

    • Method Detail

      • description

        CreateSecurityGroupRequest.Builder description​(String description)

        A description for the security group.

        Constraints: Up to 255 characters in length

        Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

        Parameters:
        description - A description for the security group.

        Constraints: Up to 255 characters in length

        Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupName

        CreateSecurityGroupRequest.Builder groupName​(String groupName)

        The name of the security group.

        Constraints: Up to 255 characters in length. Cannot start with sg-.

        Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

        Parameters:
        groupName - The name of the security group.

        Constraints: Up to 255 characters in length. Cannot start with sg-.

        Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        CreateSecurityGroupRequest.Builder vpcId​(String vpcId)

        The ID of the VPC. Required for a nondefault VPC.

        Parameters:
        vpcId - The ID of the VPC. Required for a nondefault VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateSecurityGroupRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        The tags to assign to the security group.

        Parameters:
        tagSpecifications - The tags to assign to the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateSecurityGroupRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to assign to the security group.

        Parameters:
        tagSpecifications - The tags to assign to the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        CreateSecurityGroupRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.