Interface DeleteFlowLogsRequest.Builder

    • Method Detail

      • dryRun

        DeleteFlowLogsRequest.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.
      • flowLogIds

        DeleteFlowLogsRequest.Builder flowLogIds​(Collection<String> flowLogIds)

        One or more flow log IDs.

        Constraint: Maximum of 1000 flow log IDs.

        Parameters:
        flowLogIds - One or more flow log IDs.

        Constraint: Maximum of 1000 flow log IDs.

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

        DeleteFlowLogsRequest.Builder flowLogIds​(String... flowLogIds)

        One or more flow log IDs.

        Constraint: Maximum of 1000 flow log IDs.

        Parameters:
        flowLogIds - One or more flow log IDs.

        Constraint: Maximum of 1000 flow log IDs.

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