Class GetAuditLogsOptions.Builder

  • Enclosing class:
    GetAuditLogsOptions

    public static class GetAuditLogsOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String id)
        Instantiates a new builder with required properties.
        Parameters:
        id - the id
    • Method Detail

      • build

        public GetAuditLogsOptions build()
        Builds a GetAuditLogsOptions.
        Returns:
        the new GetAuditLogsOptions instance
      • id

        public GetAuditLogsOptions.Builder id​(java.lang.String id)
        Set the id.
        Parameters:
        id - the id
        Returns:
        the GetAuditLogsOptions builder
      • account

        public GetAuditLogsOptions.Builder account​(java.lang.String account)
        Set the account.
        Parameters:
        account - the account
        Returns:
        the GetAuditLogsOptions builder
      • ascending

        public GetAuditLogsOptions.Builder ascending​(java.lang.String ascending)
        Set the ascending.
        Parameters:
        ascending - the ascending
        Returns:
        the GetAuditLogsOptions builder
      • startat

        public GetAuditLogsOptions.Builder startat​(java.lang.String startat)
        Set the startat.
        Parameters:
        startat - the startat
        Returns:
        the GetAuditLogsOptions builder
      • offset

        public GetAuditLogsOptions.Builder offset​(long offset)
        Set the offset.
        Parameters:
        offset - the offset
        Returns:
        the GetAuditLogsOptions builder
      • limit

        public GetAuditLogsOptions.Builder limit​(long limit)
        Set the limit.
        Parameters:
        limit - the limit
        Returns:
        the GetAuditLogsOptions builder