Interface CreateFlowLogsResponse.Builder

    • Method Detail

      • clientToken

        CreateFlowLogsResponse.Builder clientToken​(String clientToken)

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

        Parameters:
        clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowLogIds

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

        The IDs of the flow logs.

        Parameters:
        flowLogIds - The IDs of the flow logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowLogIds

        CreateFlowLogsResponse.Builder flowLogIds​(String... flowLogIds)

        The IDs of the flow logs.

        Parameters:
        flowLogIds - The IDs of the flow logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessful

        CreateFlowLogsResponse.Builder unsuccessful​(Collection<UnsuccessfulItem> unsuccessful)

        Information about the flow logs that could not be created successfully.

        Parameters:
        unsuccessful - Information about the flow logs that could not be created successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessful

        CreateFlowLogsResponse.Builder unsuccessful​(UnsuccessfulItem... unsuccessful)

        Information about the flow logs that could not be created successfully.

        Parameters:
        unsuccessful - Information about the flow logs that could not be created successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.